Skip to content

Instantly share code, notes, and snippets.

@j3j5
Last active September 26, 2016 13:54
Show Gist options
  • Save j3j5/7c0234d379f9a7b07a4b to your computer and use it in GitHub Desktop.
Save j3j5/7c0234d379f9a7b07a4b to your computer and use it in GitHub Desktop.
ack -l 'TEXTOFIND' --print0 | xargs -0 -n 1 sed -i -e 's/TEXTOFIND/REPLACEWITH/'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment