Replace some simple text in a file 2003-06-19 01:55pm
I made a post asking how to take a text file and make a simple replacement on it.
The best solution I found was to use perl:
The best solution I found was to use perl:
perl -pi -e "s/search/replace/g" /tmp/foo.txt




