Multiple File Search and Replace
Tuesday, November 11th, 2003Since I started using a CLI on a regular basis 7 years ago I’ve used a Perl script that looped over a list of files and executed a regular expression replace on each line of the input files for search and replace. I recently found out that Perl has command line options to make […]