sd [FLAGS] find replace_with [FILES]
- -p, --preview
- Emit the replacement to STDOUT
- -s,
--string-mode
- Treat expressions as non-regex strings.
- -f, --flags
- Treat expressions as non-regex strings. /** Regex flags. May be combined
(like `-f mc`).
c - case-sensitive i - case-insensitive m - multi-line
matching w - match full words only
- 0
- Successful program execution.
- 1
- Unsuccessful program execution.
- 101
- The program panicked.