Skip to content

Instantly share code, notes, and snippets.

@bannostookaylo
Last active May 31, 2016 18:39
Show Gist options
  • Save bannostookaylo/9022da37333ac0a6b006eab0e098201c to your computer and use it in GitHub Desktop.
Save bannostookaylo/9022da37333ac0a6b006eab0e098201c to your computer and use it in GitHub Desktop.
grep -rl "matchstring" dir/* | xargs sed -i 's/string1/string2/g'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment