spamcollect.com
Search and Replace on command-line for several files
Here is a little helper which can be used to search and replace Words in several files at one time. For this we use perl on the command-line. perl -p -i.bak -e “~s|search|replace|” file…