From owner-freebsd-questions Wed Feb 7 11:49:31 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA22394 for questions-outgoing; Wed, 7 Feb 1996 11:49:31 -0800 (PST) Received: from alpha.xerox.com (alpha.Xerox.COM [13.1.64.93]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id LAA22389 for ; Wed, 7 Feb 1996 11:49:29 -0800 (PST) Received: from gemini.sdsp.mc.xerox.com ([13.231.132.20]) by alpha.xerox.com with SMTP id <15453(12)>; Wed, 7 Feb 1996 11:48:03 PST Received: from gnu.mc.xerox.com (gnu.sdsp.mc.xerox.com) by gemini.sdsp.mc.xerox.com (4.1/SMI-4.1) id AA02212; Wed, 7 Feb 96 14:47:47 EST Received: by gnu.mc.xerox.com (4.1/SMI-4.1) id AA05446; Wed, 7 Feb 96 14:47:45 EST Message-Id: <9602071947.AA05446@gnu.mc.xerox.com> X-Mailer: exmh version 1.6.4 10/10/95 To: questions@freebsd.org Subject: how big are sources? Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 7 Feb 1996 11:47:44 PST From: "Marty Leisner" Sender: owner-questions@freebsd.org Precedence: bulk How big are all the unpacked source distributions??? Can you point me to a description of what's in sbase,sbin, sgames, sgnu, slib, etc? Also how big each tree is? Is there any easy way to unpack sources without installing? For example, what I'm doing is: 327 rm CHECKSUM.MD5 328 for i in $(ls -1 | gawk -F . ' { print $1 }'); do cat $i.* | tar -xzvf -; done (I'm running bash). marty leisner@sdsp.mc.xerox.com Member of the League for Programming Freedom (http://www.lpf.org) Any sufficiently advanced technology is indistinguishable from magic Arthur C. Clarke, The Lost Worlds of 2001 -- marty leisner@sdsp.mc.xerox.com Member of the League for Programming Freedom