in reply to Re^2: Find and Replace text script?in thread Find and Replace text script?
Yes, thanks. I found this: perl -p -i.bak -e 's/pattern1/pattern2/g' MysqlDump.sql
http://www.wellho.net/forum/Perl-Programming/replace-text-in-a-large-text-file.html
Thanks,
-Bob