Thursday, August 21, 2014

Count LOC recursively

Count lines of code in a directory recursively:

find . -name '*.java'  |  xargs wc -l

See [1].

[1] How to count all the lines of code in a directory recursively?

No comments:

Blog Archive

Followers