Skip to content

Instantly share code, notes, and snippets.

@TheRatG
Last active December 9, 2015 23:49
Show Gist options
  • Save TheRatG/4346592 to your computer and use it in GitHub Desktop.
Save TheRatG/4346592 to your computer and use it in GitHub Desktop.
Find and replace
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