Sometimes you want to replace one piece of text with another in all files in a whole directory tree.
*nix and sed to the rescue.
find ./ -type f -exec sed -i ās/queryString/replaceString/gā {} \;
Broad Institute of MIT and Harvard Genome Sequencing and Analysis Program 7 Cambridge Center Cambridge, MA, 02142 http://www.broadinstitute.org