Replace a string in multiple files with perl
Always keep that somewhere.
perl -pi -e 's/oldstring/newstring/g' *.txt
Written by Maxime VALETTE
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Always keep that somewhere.
perl -pi -e 's/oldstring/newstring/g' *.txt