From owner-freebsd-questions Tue Oct 21 14:20:41 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA10317 for questions-outgoing; Tue, 21 Oct 1997 14:20:41 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from post.mail.demon.net (post-10.mail.demon.net [194.217.242.154]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id OAA10310 for ; Tue, 21 Oct 1997 14:20:38 -0700 (PDT) (envelope-from fhackers@jraynard.demon.co.uk) Received: from jraynard.demon.co.uk ([158.152.42.77]) by post.mail.demon.net id aa1000594; 21 Oct 97 22:20 BST Received: (from fhackers@localhost) by jraynard.demon.co.uk (8.8.7/8.8.7) id UAA06488; Tue, 21 Oct 1997 20:22:07 +0100 (BST) (envelope-from fhackers) Message-ID: <19971021202205.27244@jraynard.demon.co.uk> Date: Tue, 21 Oct 1997 20:22:05 +0100 From: James Raynard To: Thilo Gelenk Cc: freebsd-questions@freebsd.org Subject: Re: source from FBSD2.2.2 decompressing References: <1DDACE6256E@TechSoft.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.81e In-Reply-To: <1DDACE6256E@TechSoft.de>; from Thilo Gelenk on Tue, Oct 21, 1997 at 04:55:20PM +0100 Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk [re-directed from -hackers to -questions] On Tue, Oct 21, 1997 at 04:55:20PM +0100, Thilo Gelenk wrote: > Hi folks, > I have bought the FreeBSD 2.2.2 CDs to get the source > code. It is contained on the CD under /src, but I need to > run "sh install.sh", what seems to be possible only under > BSD (so I have first to install it). The install.sh script is just a wrapper around a tar/gunzip command (see below) - you can get by without it. > - I am searching for a way to decompress all source files from Dir > /src under DOS/Windows directly. > -Or should I try to read the CD Rom in an UNIX machine (HP) > and then - what is needed to uncompress the source > files ? cat ssrc.?? | tar xzvf - which will obviously be easier to do on a UNIX machine (and you will have better tools available to examine the results as well); however, there are free versions of cat, tar and gunzip for DOS, available from any good Simtel archive. (Note that the 'z' flag causes tar to pipe its output through gunzip, even though gunzip is not explicitly mentioned on the command line). Another possibility is of course to reformat the DOS machine and put FreeBSD on it :-) Cheers James -- James Raynard, Edinburgh, Scotland. james@jraynard.demon.co.uk http://www.freebsd.org/~jraynard/