Skip to content

Instantly share code, notes, and snippets.

@usainicola
Created December 15, 2019 02:00
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 usainicola/f245b26f75764e8c4f3203c782c343bf to your computer and use it in GitHub Desktop.
Save usainicola/f245b26f75764e8c4f3203c782c343bf to your computer and use it in GitHub Desktop.
Search Replace Linux recursive subdirectories sed
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