General Search And Replace tool for batch file text substitution
General Search And Replace on files
gsar
$ gsar -s old -r new /path/to/file.txt
$ gsar -s 'search_term' -r 'replacement' *.txt
$ gsar -i -s pattern -r replacement -b input.txt