Created
June 3, 2011 18:06
-
-
Save drewdeponte/1006819 to your computer and use it in GitHub Desktop.
Grep for finding console.log statements in code base.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
grep -r --exclude=*.{log,min.js} "[^/]console\.log" * |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment