Skip to content

Instantly share code, notes, and snippets.

@dsdstudio
Created May 29, 2013 10:09
Show Gist options
  • Save dsdstudio/5669294 to your computer and use it in GitHub Desktop.
Save dsdstudio/5669294 to your computer and use it in GitHub Desktop.
find . -name *.java -exec wc -l {} \; | awk '{sum+=$0} END {printf "%d Line of code \n", sum}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment