Closed kaihendry closed 3 years ago
Hi, apologies for the delay in response. I believe, the right way to find line count recursively is to do the following:
$ wc -l `find -type f`
4710393
If you add up the individual line counts reported for each file, you should see it match this number. The number is higher for wc, because it doesn't skip non program files.
Thanks for reporting the broken link. It is fixed now.
Why is there such a big difference between
find -type f | xargs wc -l
's 270997 and ohcount's 4129992?I'm looking at https://webkitgtk.org/releases/webkitgtk-2.28.2.tar.xz
Btw in the help http://www.ohloh.net/ is broken.