Created
April 15, 2013 12:43
-
-
Save RushOnline/5387778 to your computer and use it in GitHub Desktop.
Replace DryCrudSample with HotspotManager in all files within current directory recursively.
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
grep -Rl DryCrudSample . | xargs -n1 sed -i 's/DryCrudSample/HotspotManager/g' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment