Skip to content

Instantly share code, notes, and snippets.

@TheDeveloper
Created May 30, 2012 11:20
Show Gist options
  • Save TheDeveloper/2835575 to your computer and use it in GitHub Desktop.
Save TheDeveloper/2835575 to your computer and use it in GitHub Desktop.
Recursive find & replace using ack
perl -i -p -e's/find/replace/g' $(ack -l --text from)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment