Skip to content

Instantly share code, notes, and snippets.

@caktux
Created October 16, 2013 21:43
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 caktux/7015424 to your computer and use it in GitHub Desktop.
Save caktux/7015424 to your computer and use it in GitHub Desktop.
Find and replace with sed
find . -type f -exec sed -i 's/find/replace/g' {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment