One line perl to search and replace in current directory – tres useful Posted on 2002/7/26 by m1bxd perl -pi~ -e “s/h3p/php/g;” `find . -name “*.php”` Posted in weblog.