Last Updated: February 25, 2016
·
1.091K
· maxime

Replace a string in multiple files with perl

Always keep that somewhere.

perl -pi -e 's/oldstring/newstring/g' *.txt