Skip to content

Instantly share code, notes, and snippets.

@zouzias
Created October 8, 2015 15:10
Show Gist options
  • Save zouzias/90e29295305765caa7a0 to your computer and use it in GitHub Desktop.
Save zouzias/90e29295305765caa7a0 to your computer and use it in GitHub Desktop.
Java: Count lines of code
Type the following command
`find . -name '*.java' | xargs wc -l`
for java projects.
Source: http://stackoverflow.com/questions/10661636/how-to-count-lines-in-a-netbeans-project
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment