Last active
February 4, 2016 15:40
-
-
Save ohall/bf89e1083efd7c4e8dd3 to your computer and use it in GitHub Desktop.
Recursive string replace on all files below pwd using Perl
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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