Created
August 19, 2015 18:40
-
-
Save blasterpal/9736e624bd7c24597d4e to your computer and use it in GitHub Desktop.
OSX find replace w/ Sed
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 . -type f -name '*.rb' -exec sed -i '' 's/rfc3339(9)/rfc3339/g' \{\} \; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment