A command-line tool for text manipulation.
Options
s/SEARCH/REPLACE/opts
: search and replace.
Note that the syntax is not PCRE.
options:
g
: replace all occurrences in current linesed -r
to enable extended regexp.
A command-line tool for text manipulation.
s/SEARCH/REPLACE/opts
: search and replace.
Note that the syntax is not PCRE.
options:
g
: replace all occurrences in current linesed -r
to enable extended regexp.