Skip to content

Instantly share code, notes, and snippets.

@rafaelsales
Created September 2, 2014 15:55
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 rafaelsales/1d34820c304f0da2ad5b to your computer and use it in GitHub Desktop.
Save rafaelsales/1d34820c304f0da2ad5b to your computer and use it in GitHub Desktop.
Search and Replase
LC_ALL=C find . -type f -exec sed -i '' 's/search/replace/g' {} +
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment