Return to Snippet

Revision: 1030
at August 30, 2006 22:10 by yuconner


Initial Code
cat inputfilename | sed -e 's/thingtoreplace/replacementstring/g' > outputfilename

Initial URL


Initial Description


Initial Title
One line global string replacement with sed

Initial Tags
replace

Initial Language
Bash