Skip to content

Instantly share code, notes, and snippets.

@HendrikLouw
Created May 16, 2012 10:45
Show Gist options
  • Save HendrikLouw/2709446 to your computer and use it in GitHub Desktop.
Save HendrikLouw/2709446 to your computer and use it in GitHub Desktop.
Find and replace with ack-grep
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