-
-
Save Liwink/252b6bc57c82d1ed3513137f535138bb to your computer and use it in GitHub Desktop.
Find and replace with ack-grep
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
| ack-grep --print0 -irl 'Online' | xargs -0 -L1 sed -i 's/Online/Healthy/g' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment