Skip to content

Instantly share code, notes, and snippets.

@fabiojose
Created August 22, 2019 19:02
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 fabiojose/50afe4ada50236454b4e75b3aa2d7bf3 to your computer and use it in GitHub Desktop.
Save fabiojose/50afe4ada50236454b4e75b3aa2d7bf3 to your computer and use it in GitHub Desktop.
find . -type f -print0 | xargs -0 sed -i "s#TO_FIND#TO_REPLACE#g"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment