Skip to content

Instantly share code, notes, and snippets.

@murarisumit
Created April 14, 2017 10:14
Show Gist options
  • Save murarisumit/732cfe0ebca88cfbfc88070ce2334598 to your computer and use it in GitHub Desktop.
Save murarisumit/732cfe0ebca88cfbfc88070ce2334598 to your computer and use it in GitHub Desktop.
SED search and replace in directory
find ./ -type f -exec sed -i -e 's/search/replace/g' {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment