Colin Blake wrote: > Can someone on a fast machine count up how many lines of C, C++, XUL, > JavaScript, etc Mozilla is now? >
devo:mozilla 262: find mozilla \( -name \*.xul -o -name \*.js -o -name
\*.cpp -o -name \*.h \) | xargs -n 50 wc -l | fgrep total | awk '{print
$1}' | add
2824938
