Created
March 18, 2016 08:57
-
-
Save c0ze/eabb5418f4e496dac58c to your computer and use it in GitHub Desktop.
Recursive replace string in directory
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 `pwd` -iname "*.go" -type f -exec sed -i '' 's:github.com/alecthomas/log4go:github.com/sujrd/log4go:g' {} + |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment