Re: I symbolics still selling machines? does anyone use the lisp genera os?



John Thingstad wrote:

This might be nit picking but..

find . -type f \( -name '*.c' -or -name '*.h' \) -exec cat {} \; | wc -l

is a bit more succinct (the -l option just gives the lines)

yes, that's better, if you want to sum C and H files, but if you sum them
separately may give you more information.

Interesting would be the number of code lines as defined in the referenced
article ( http://www.dwheeler.com/sloc/redhat71-v1/redhat71sloc.html )
without comments and empty lines and without duplicate files, but for
kernel 2.6. This is the tool: http://www.dwheeler.com/sloccount/
Has anyone the Lisp machine source to run this tool on it?

--
Frank Buss, fb@xxxxxxxxxxxxx
http://www.frank-buss.de, http://www.it4-systems.de
.



Relevant Pages