This is an old revision of the document!
sed is a text processing thingy that is very sophisticated.
sed
sed can be used to search and replace across files:
From:
cd /path/to/your/folder sed -i 's/foo/bar/g' *