Created
January 10, 2018 23:34
-
-
Save bobishh/9fc3cce4cf69a5cd51fe9e19462930e3 to your computer and use it in GitHub Desktop.
String replacement perl oneliner for 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 -0777 -pi -e 's/CRAZY/REGEXP/g' *FILES* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment