Created
February 16, 2017 02:48
-
-
Save eonil/f6031d17401bd167f28391ccd0642dbe to your computer and use it in GitHub Desktop.
How to replace string in files in Bash...
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
find . -name *.json | xargs sed -i -e 's/\"AAA\"/\"BBB\"/g' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment