From owner-freebsd-hackers Fri Nov 3 01:40:00 1995 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id BAA01585 for hackers-outgoing; Fri, 3 Nov 1995 01:40:00 -0800 Received: from bell.cs.strath.ac.uk (mmdf@bell.cs.strath.ac.uk [130.159.196.126]) by freefall.freebsd.org (8.6.12/8.6.6) with SMTP id BAA01542 for ; Fri, 3 Nov 1995 01:39:18 -0800 Received: from lister-04.cs.strath.ac.uk by bell.cs.strath.ac.uk id aa17206; 3 Nov 95 9:35 GMT To: Raul Zighelboim cc: hackers@freebsd.org, nbc@cs.strath.ac.uk Subject: Re: Getting kernel source code In-reply-to: Your message of "Thu, 02 Nov 1995 09:34:08 CST." Date: Fri, 03 Nov 1995 09:35:02 +0000 From: Neil Clark Message-ID: <9511030935.aa17206@bell.cs.strath.ac.uk> Sender: owner-hackers@freebsd.org Precedence: bulk In message you wri te: > >After doing that I try to untar/unzip the files, and I get a 'this is not >a gzip file' message. How do I expand the source files ? Something along the lines of: cat ssys.* | tar -zxvf - should do the trick. Neil