Skip to content

Instantly share code, notes, and snippets.

@blasterpal
Created August 19, 2015 18:40
Show Gist options
  • Save blasterpal/9736e624bd7c24597d4e to your computer and use it in GitHub Desktop.
Save blasterpal/9736e624bd7c24597d4e to your computer and use it in GitHub Desktop.
OSX find replace w/ Sed
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