Skip to content

Instantly share code, notes, and snippets.

@sparkida
Last active August 23, 2017 16:28
Show Gist options
  • Save sparkida/379e2aab7497f155da27d8e7fe0693b7 to your computer and use it in GitHub Desktop.
Save sparkida/379e2aab7497f155da27d8e7fe0693b7 to your computer and use it in GitHub Desktop.
clean grep console.log (Node.js)
#!/bin/bash
grep -R console.log --exclude-dir node_modules --exclude-dir .git --exclude *.md .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment