Skip to content

Instantly share code, notes, and snippets.

@michaelkeevildown
Created September 7, 2016 12:32
Show Gist options
  • Select an option

  • Save michaelkeevildown/bb990c501f2ed30e67122a3553f31697 to your computer and use it in GitHub Desktop.

Select an option

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