Skip to content

Instantly share code, notes, and snippets.

@eonil
Created February 16, 2017 02:48
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eonil/f6031d17401bd167f28391ccd0642dbe to your computer and use it in GitHub Desktop.
Save eonil/f6031d17401bd167f28391ccd0642dbe to your computer and use it in GitHub Desktop.
How to replace string in files in Bash...
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