Skip to content

Instantly share code, notes, and snippets.

@RushOnline
Created April 15, 2013 12:43
Show Gist options
  • Save RushOnline/5387778 to your computer and use it in GitHub Desktop.
Save RushOnline/5387778 to your computer and use it in GitHub Desktop.
Replace DryCrudSample with HotspotManager in all files within current directory recursively.
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