Skip to content

Instantly share code, notes, and snippets.

@ohall
Last active February 4, 2016 15:40
Show Gist options
  • Save ohall/bf89e1083efd7c4e8dd3 to your computer and use it in GitHub Desktop.
Save ohall/bf89e1083efd7c4e8dd3 to your computer and use it in GitHub Desktop.
Recursive string replace on all files below pwd using Perl
perl -pi -w -e 's/<out>/<in>/g;' ./**/*.*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment