Skip to content

Instantly share code, notes, and snippets.

@pkmishra
Created July 26, 2012 19:55
Show Gist options
  • Save pkmishra/3184149 to your computer and use it in GitHub Desktop.
Save pkmishra/3184149 to your computer and use it in GitHub Desktop.
Replace text in multiple files
perl -pi -w -e 's/SEARCH_FOR/REPLACE_WITH/g;' *.extension
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment