Search and Replace Text
Find and replace all instances of a string in all files in current (and any subs) directory.
find ./ -name “*” | xargs perl -pi -e ’s/SEARCH/REPLACE/g’
Archive for October 2007
Find and replace all instances of a string in all files in current (and any subs) directory.