Created
April 28, 2017 19:30
-
-
Save cvuletich/ce8f639b3b1e850870f0f148ca835082 to your computer and use it in GitHub Desktop.
Search and replace in multiple files
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/search/replace/g;' *.tmp |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment