Skip to content

Instantly share code, notes, and snippets.

@michaelkeevildown
Created September 7, 2016 12:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save michaelkeevildown/bb990c501f2ed30e67122a3553f31697 to your computer and use it in GitHub Desktop.
Save michaelkeevildown/bb990c501f2ed30e67122a3553f31697 to your computer and use it in GitHub Desktop.
Perl Replace One Liner
perl -pi -w -e 's/FROM/TO/g;' *.xml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment