http://forums.devshed.com/unix-help-35/unix-find-and-replace-text-within-all-files-within-a-146179.html # ***************************************************************************************** # find_and_replace_in_files.sh # This script does a recursive, case sensitive directory search and replace of files # To make a case insensitive search replace, use the -i switch in the grep call # uses..