Skip to content

Instantly share code, notes, and snippets.

@tuhin47
Last active March 6, 2022 04:07
Show Gist options
  • Save tuhin47/bc91807ddeec485e963edc60e690ab97 to your computer and use it in GitHub Desktop.
Save tuhin47/bc91807ddeec485e963edc60e690ab97 to your computer and use it in GitHub Desktop.

Find String inside file

grep -rl 'string' **/** | xargs sed -i 's/srtring/replace/g'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment