Skip to content

Instantly share code, notes, and snippets.

@rwhitmire
Created June 13, 2013 13:23
Show Gist options
  • Save rwhitmire/5773623 to your computer and use it in GitHub Desktop.
Save rwhitmire/5773623 to your computer and use it in GitHub Desktop.
counts lines of code
( find ./ -name '*.js' -print0 | xargs -0 cat ) | wc -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment