Difference between revisions of "Sed"

From Linuxintro
imported>ThorstenStaerk
(New page: sed: Replace strings sed -e "s/cgi?\([0-9][0-9]*\)/cgi@\1.html/g" myfile.html > index.html)
(No difference)

Revision as of 09:50, 28 April 2009

sed: Replace strings

sed -e "s/cgi?\([0-9][0-9]*\)/cgi@\1.html/g" myfile.html > index.html