Created
March 11, 2014 14:24
-
-
Save 0xadada/9486783 to your computer and use it in GitHub Desktop.
Grep for string in files and replace with sed
This file contains 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 -rli 'SignupLightbox' app/controller/website/ | xargs sed -i "" 's/SignupLightbox/SemLightbox/g' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment