Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 489 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 489 Bytes

txtReplace.py

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.

Usage

$$ python txtReplace.py -s [source parent path] -f [find argument] -r [replace argument]