Created
August 1, 2016 07:42
-
-
Save hackebrot/de50425bc4ee626254ca37b6c845f2fd to your computer and use it in GitHub Desktop.
rename in 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
$ ag -w foo -l -0 | xargs -0 -n 1 sed -i '' -e 's/foo/bar/g' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment