Skip to content

Instantly share code, notes, and snippets.

@Liwink
Forked from HendrikLouw/find-replace
Created October 10, 2016 09:47
Show Gist options
  • Select an option

  • Save Liwink/252b6bc57c82d1ed3513137f535138bb to your computer and use it in GitHub Desktop.

Select an option

Save Liwink/252b6bc57c82d1ed3513137f535138bb 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