Skip to content

Instantly share code, notes, and snippets.

@morion4000
Created July 3, 2014 14:52
Show Gist options
  • Save morion4000/e97c4c3aaed0b53f6ec0 to your computer and use it in GitHub Desktop.
Save morion4000/e97c4c3aaed0b53f6ec0 to your computer and use it in GitHub Desktop.
Count recursively the number of lines in files
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