Skip to content

Instantly share code, notes, and snippets.

@stevepaulo
Created March 13, 2015 16:10
Show Gist options
  • Save stevepaulo/cef31111a66dec76bb1a to your computer and use it in GitHub Desktop.
Save stevepaulo/cef31111a66dec76bb1a to your computer and use it in GitHub Desktop.
find and replace text in files, recursively, on Mac OSX
find . -type f -name '*.txt' -exec sed -i '' s/this/that/ {} +
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment