The following Perl command will change a string in every file of the present directory.
NOTE: Remove the <> symbols.
[old_string] = String you want replaced.
[new_string] = New string.
perl -p -i -e “s/[old_string]/[new_string]/g” *
Larry Catt, OCP
oracle@allcompute.com
www.allcompute.com