Archive for October 2007

Search and Replace Text

Find and replace all instances of a string in all files in current (and any subs) directory.

find ./ -name “*” | xargs perl -pi -e ’s/SEARCH/REPLACE/g’

  • Categories

  • Need Code Written?

  • Need a Coding Job?

  • Tags

  • Archives