On 8/15/05, Tom Wickline twickline@gmail.com wrote:
Hello,
I was looking at our line count so I could update the history page and the FAQ with new up to date numbers. And my numbers come no where close to what has been reported in the past. anyone care to generate the current line count ?
Okay I ran the numbers again with some help from Brian. Here is how were calculating it from a clean CVS download from about 10 minutes ago.
$wc -l `find . -name "*" -exec file {} ; | grep "ASCII C" | awk -F: '{print $1}'` <snip> 1,526,983 total
Does this look correct? Alexandre may I ask how you do the calculations?
Tom