[Omaha.pm] perl -pi -e 's/umm_tcp/test_tcp/g' *.4gl

Jay Hannah jhannah at omnihotels.com
Thu Jul 13 15:00:43 PDT 2006


I've got 40 files (*.4gl) in a directory. I want to change all
occurences of 'umm_tcp' to 'test_tcp'.

perl -pi -e 's/umm_tcp/test_tcp/g' *.4gl

Done.  :)

j


More information about the Omaha-pm mailing list