Wiki source for GnuSed
===GNU sed===
GNU Serial Editor
Change all instances of old to new in in.txt and output to out.txt
%%
$ sed 's/old/new' in.txt > out.txt
%%
----
REFERRERS
{{backlinks}}
GNU Serial Editor
Change all instances of old to new in in.txt and output to out.txt
%%
$ sed 's/old/new' in.txt > out.txt
%%
----
REFERRERS
{{backlinks}}