Posts Tagged ‘search and replace’
Linux scripts - Saturday, June 7, 2008 11:34 - 0 Comments
Perl search and replace from command line
This is a simple way to do a perl search and replace for multiple files from the Linux command line.
perl -pi -e ‘s/word to replace/replace with this word/g’ ./*.*
Article written by MyComputerAid.com