Created
January 14, 2016 08:46
-
-
Save michaelhayman/fde975809c274df6e169 to your computer and use it in GitHub Desktop.
Recursive search and replace
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
find . -type f -name '*.rb' -exec sed -i '' s/flash/flash.now/ {} + |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment