This is a Find & Replace utility written in Bash. It uses internally the sed streams editor.
Usage
Copy the script into a directory in your $PATH and run it as follows:
$ findrep.sh abc xyz myfile
This command will scan through myfile for all occurences of abc string and replace it with xyz string.
Download
findrep-1.0.tar.gz – latest version (28/05/2006)