From owner-freebsd-newbies Thu Feb 4 08:23:53 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA09507 for freebsd-newbies-outgoing; Thu, 4 Feb 1999 08:23:53 -0800 (PST) (envelope-from owner-freebsd-newbies@FreeBSD.ORG) Received: from toxic.magnesium.net (toxic.magnesium.net [204.188.6.238]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id IAA09485 for ; Thu, 4 Feb 1999 08:23:43 -0800 (PST) (envelope-from unfurl@toxic.magnesium.net) Received: (qmail 37166 invoked by uid 1001); 4 Feb 1999 16:22:26 -0000 Date: 4 Feb 1999 08:22:26 -0800 Date: Thu, 4 Feb 1999 08:22:26 -0800 From: Unfurl To: freebsd-newbies@FreeBSD.ORG Subject: Re: un-tarring a file? Message-ID: <19990204082226.A37139@dub.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.1i In-Reply-To: ; from Andrzej Szydlo on Thu, Feb 04, 1999 at 04:48:38PM +0100 Sender: owner-freebsd-newbies@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In the future you dont have to gunzip it first. One of the features of the GNU based tar is builtin gzip support. This would have worked from the start: "tar -zxvf filename.tar.gz" or "tar -zxvf filename.tgz" It will work on either extension. The "v" is for verbose and shows you the file names as they come out of the tarball. Another handy command is: "tar -tf filename.tar" or "tar -ztf filename.tar.gz" The "t" makes tar list all the files but not actually untar them ;) Happy tarring. -Bill On Thu, Feb 04, 1999 at 04:48:38PM +0100, Andrzej Szydlo wrote: > > > On Thu, 4 Feb 1999, ira miller wrote: > > > Hello, > > Sorry to bother everyone again, but I have followed the instructions > > in the man pages and can't get this to work. I downloaded netscape > > navigator standalone, the file name is: > > > > > > navigator-v408-export.x86-unknown-freebsd.tar > > > > It was also with a .gz, but I was able to unzip that with the gunzip > > utility, following the instructions. Now I have the tar file, and I've been > > trying the following: > > > > Eco1# tar -x navigator-v408-export.x86-unknown-freebsd.tar > > > > You need > > tar xf filename.tar > > Andrzej > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-newbies" in the body of the message -- unfurl@dub.net - This is a munition. Fight Back! #!/bin/perl -sp0777i