Skip to content

Instantly share code, notes, and snippets.

@kate-kate
Created May 28, 2014 20:11
Show Gist options
  • Save kate-kate/31a7f70343978eb5ef0a to your computer and use it in GitHub Desktop.
Save kate-kate/31a7f70343978eb5ef0a to your computer and use it in GitHub Desktop.
Example of PERL replace
perl -i -pe 's/OLD/NEW/g;' *.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment