Last Updated: February 25, 2016
·
1.936K
· tserong

perl -i -ple 's/old/new/g' /some/file [...]

Globally replaces 'old' with 'new' in /some/file (or some set of files)