Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Duder-onomy/c0c6e71cc5def11ee6d1be644c37af9c to your computer and use it in GitHub Desktop.
Save Duder-onomy/c0c6e71cc5def11ee6d1be644c37af9c to your computer and use it in GitHub Desktop.
Count Lines Of Code
find ./app -name '*.js' -not -path './app/public*' | xargs wc -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment