Skip to content

Instantly share code, notes, and snippets.

@Razoxane
Last active October 19, 2016 23:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Razoxane/01d02432168f51b06921c2c479746b6f to your computer and use it in GitHub Desktop.
Save Razoxane/01d02432168f51b06921c2c479746b6f to your computer and use it in GitHub Desktop.
Git Grep Replace
git grep -lz 'AAA' | xargs -0 perl -i'' -pE "s/AAA/BBB/g"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment