Skip to content

Instantly share code, notes, and snippets.

@leviwilson
Created September 6, 2012 07:14
Show Gist options
  • Save leviwilson/3652452 to your computer and use it in GitHub Desktop.
Save leviwilson/3652452 to your computer and use it in GitHub Desktop.
Lines Of Code Count
find . -name '*.java' | xargs wc -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment