From mboxrd@z Thu Jan 1 00:00:00 1970 Message-Id: <200111271013.fARADHT44712@devil.lucid> Content-Type: text/plain; charset="iso-8859-1" From: Matt To: 9fans@cse.psu.edu Subject: Re: [9fans] Re: mine's smaller than yours References: <20011126223608.1751C199D7@mail.cse.psu.edu> In-Reply-To: <20011126223608.1751C199D7@mail.cse.psu.edu> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Date: Tue, 27 Nov 2001 10:13:16 +0000 Topicbox-Message-UUID: 2b0e60de-eaca-11e9-9e20-41e7f4b1d025 this scripts is one of the one's that makes me go wow as I marvel at the elegance of the plan9 beneath us. > In case anyone's interested in Plan 9 growth, I > went through the dump and did: > > {for(i in `{seq 1997 2001}){ > for(j in `{seq -w 12}){ > day=$i/$j^01 > cd /n/dump/$day/sys/src/brazil || cd /n/dump/$day/sys/src/9 > lines=`{grep ';' port/*.[ch] ip/*.[ch] boot/*.[ch] pc/*.[ch] pc/l.s|wc > -l} echo $day $lines > }}}>>/tmp/growth > >