This is a technique to replace a string in a file or a number of files using Perl.
perl -pi -e ‘s/old_string/new_string/g’ file_pattern
This is a technique to replace a string in a file or a number of files using Perl.
perl -pi -e ‘s/old_string/new_string/g’ file_pattern