Last active
October 19, 2016 23:47
-
-
Save Razoxane/01d02432168f51b06921c2c479746b6f to your computer and use it in GitHub Desktop.
Git Grep Replace
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
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