- To: Sydney Linux User Group <slug-chat@xxxxxxxxxxx>
- Subject: Re: [chat] Re: SCO evidence falls flat in Sydney
- From: Matthew Palmer <mpalmer@xxxxxxxxxxx>
- Date: Thu, 4 Sep 2003 23:58:16 +1000
- User-agent: Mutt/1.3.28i
On Thu, Sep 04, 2003 at 11:46:58PM +1000, invisible ink wrote:
> Matthew Palmer:
>
> > find /usr/src/linux-2.4.21 -name "*.c" -or -name "*.h" | wc -l | less
> >
> > gives me a total of 37,666 lines of source, total, for an i386 kernel tree.
>
> Dude, HFS, that's 37,666 files. With a *HECK* of a lot more LOC. It would
s/| wc/| xargs wc/ TYVM.
I was writing the script fragment off the top of my head - I was still
boggling at the number quoted in the article compared to what was at the
bottom of my less output, and wondering how that SCO moron manages to
breathe...
- Matt