Simple command line tool allowing for recursive mass find and replace for multiple text files existing across different directories.
Important Notes
Launch this script in the parent directory of your text files.
For example:
- Parent (location of script) - Dir1 - Dir2 - Dir3
Where Dir1, Dir2 and Dir3 contain the text files.
$$ python txtReplace.py -s [source parent path] -f [find argument] -r [replace argument]