Skip to content

Instantly share code, notes, and snippets.

@favrik
Created April 30, 2013 23:34
Show Gist options
  • Save favrik/5492724 to your computer and use it in GitHub Desktop.
Save favrik/5492724 to your computer and use it in GitHub Desktop.
Replazor of strings
find . -type f -print0 | xargs -0 sed -i 's/->err(/->error(/g'
find . -type f -print0 | xargs -0 sed -i 's/->warn(/->warning(/g'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment