directories are only 50k.
my command is like this:
find . -name '*.[ch]' |xargs wc
The newlines are only 50K. I have about 20 directories, each has 100k to 300k lines. I guess it is because wc use int not long to calculate
the lines and bytes
Thanks, ping
_______________________________________________ Bug-coreutils mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/bug-coreutils
