Skip to content

Instantly share code, notes, and snippets.

@kcdragon
Created September 23, 2016 15:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kcdragon/bdf63e6bf9003c23fc92409e7390e352 to your computer and use it in GitHub Desktop.
Save kcdragon/bdf63e6bf9003c23fc92409e7390e352 to your computer and use it in GitHub Desktop.
Find and Replace Directory Recursively (Mac OS X)
find src/ -type f -exec sed -i '' 's/foo/bar/g' {} +
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment