|
| From: | pwu |
| Subject: | wc can not count very large file |
| Date: | Wed, 06 Oct 2004 22:25:24 -0700 |
| User-agent: | Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7) Gecko/20040608 |
directories are only 50k. my command is like this: find . -name '*.[ch]' |xargs wcThe 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
| [Prev in Thread] | Current Thread | [Next in Thread] |