Sed
From Linuxintro
Revision as of 09:50, 28 April 2009 by imported>ThorstenStaerk (New page: sed: Replace strings sed -e "s/cgi?\([0-9][0-9]*\)/cgi@\1.html/g" myfile.html > index.html)
sed: Replace strings
sed -e "s/cgi?\([0-9][0-9]*\)/cgi@\1.html/g" myfile.html > index.html