Skip to content

Instantly share code, notes, and snippets.

@tmbritton
Created November 19, 2021 17:49
Show Gist options
  • Save tmbritton/beb5e553bf0046e9c515580c4a1fa7f8 to your computer and use it in GitHub Desktop.
Save tmbritton/beb5e553bf0046e9c515580c4a1fa7f8 to your computer and use it in GitHub Desktop.
search and replace grep/sed
grep -rl 'search' ./* | xargs 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