Just a small script for anyone who wants it. Running it in terminal allows you to search all files in a directory (recursively) and replaces a string with another string. It also creates a backup (FILENAME.save) of any file changed. I&#39;m using it to replace object names when needed. <br>
<br>Credit goes to this person who did the real thinking, I just scripted it because I didn&#39;t want to memorize the text of what he came up with:  <a href="http://forums.devshed.com/unix-help-35/unix-find-and-replace-text-within-all-files-within-a-146179.html">http://forums.devshed.com/unix-help-35/unix-find-and-replace-text-within-all-files-within-a-146179.html</a><br>
<br><br>Joel<br>