16:45:02 Tuesday January 17 2006
Thought bucket:

In place edit/substitute/search and replace using perl.

perl -p -i.bak -e 's/foo/bar/g' *.html

See also: perl one liners