Perl Command line search and replace

Posted by admin on February 14th, 2008 filed in Perl

perl -pi -w -e ‘s/search/replace/g;’ *.txt

Leave a Comment