Skip to content

Instantly share code, notes, and snippets.

@dmitry-ilyashevich
Created April 5, 2013 14:00
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 dmitry-ilyashevich/5319485 to your computer and use it in GitHub Desktop.
Save dmitry-ilyashevich/5319485 to your computer and use it in GitHub Desktop.
ack "search text" -l --print0 | xargs -0 -n 1 sed -i "s/search text/replacement text/"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment