Created
October 8, 2015 15:10
-
-
Save zouzias/90e29295305765caa7a0 to your computer and use it in GitHub Desktop.
Java: Count lines of code
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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