Replace string within text files using Perl
Replace string within text files using Perl To Replace string within text files using Perl all you have to do is: perl -pi -e ‘s/oldstring/newstring/g’ * The search string has to be written in regular...
IT Howto, secrets and helpful hints
Replace string within text files using Perl To Replace string within text files using Perl all you have to do is: perl -pi -e ‘s/oldstring/newstring/g’ * The search string has to be written in regular...
More