Created
May 30, 2012 11:20
-
-
Save TheDeveloper/2835575 to your computer and use it in GitHub Desktop.
Recursive find & replace using ack
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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