Count Lines of Java Code Across Packages

This little command will add up the lines of code across packages in a Java program.

1
find . -name "*.java" -exec wc -l {} \+

Post a Comment

Your email is never published nor shared. Required fields are marked *

*
*