Multiple search replace is a command line tool that allows you to search and replace multiple strings in a single file. The search and replace keywords are stored in a datafile so that you can re-run the same search and replace sequence multiple times.
Usage: MSR sourcefile datafile
The format of a line in the datafile is like this:
Source,Target,Case sensitive,Description
You can have multiple lines in the datafile.
After searching and replacing, the new file will have the extention _replaced added. For example: myfile.txt will become myfile_replaced.txt