Recursive Search and Replace
June 11th, 2007 at 3:38 pm by Bob Weber (Perl)
This post is mostly a reference for me.
This is my favorite perl one line command
perl -p -i -e ’s/oldstring/newstring/g’ *
Read the full article at Joseph Scott’s Blog
Popularity: 14%



