SyntaxFix
Write A Post
Hire A Developer
Questions
Under linux, the simpler is:
find
wc -l
To resume, just do:
find . -name '*.java' | xargs wc -l