in reply to Re^3: Find and Replace text script?
in thread Find and Replace text script?

> Have you tried google or Super Search yet?

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