Created
July 3, 2014 14:52
-
-
Save morion4000/e97c4c3aaed0b53f6ec0 to your computer and use it in GitHub Desktop.
Count recursively the number of lines in files
This file contains hidden or 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
find . -name '*.js' -not -path "./node_modules/*" | xargs wc -l |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment