HomeTom - CS
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:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment