Skip to content

Instantly share code, notes, and snippets.

@bmcculley
Created March 25, 2014 04:26
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bmcculley/9755269 to your computer and use it in GitHub Desktop.
Save bmcculley/9755269 to your computer and use it in GitHub Desktop.
Search and replace a word throughout a directory.
find ./ -type f -exec sed -i 's/apple/orange/g' {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment