Skip to content

Instantly share code, notes, and snippets.

@alejandro-loza
Last active December 16, 2015 17:54
Show Gist options
  • Save alejandro-loza/66a9f2a0b39127dab497 to your computer and use it in GitHub Desktop.
Save alejandro-loza/66a9f2a0b39127dab497 to your computer and use it in GitHub Desktop.
find app/ -type f -print0 | xargs -0 sed -i 's/wordToChange/wordCahnged/g'
's/console.(log|debug|info)( ?| +)\([^;]*\);//g'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment