Skip to content

Instantly share code, notes, and snippets.

@scottashipp
Created January 18, 2018 17:41
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 scottashipp/d99fce542e8ecffc290c530077daf196 to your computer and use it in GitHub Desktop.
Save scottashipp/d99fce542e8ecffc290c530077daf196 to your computer and use it in GitHub Desktop.
find and replace in a directory
find . -type f -exec sed -i -e 's/world/universe/g' {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment