From owner-freebsd-questions Tue May 13 18:57:40 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id SAA03547 for questions-outgoing; Tue, 13 May 1997 18:57:40 -0700 (PDT) Received: from narcissus.ml.org (root@brosenga.Pitzer.edu [134.173.120.201]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id SAA03529 for ; Tue, 13 May 1997 18:57:35 -0700 (PDT) Received: from localhost (ben@localhost) by narcissus.ml.org (8.8.5/8.7.3) with SMTP id SAA26361; Tue, 13 May 1997 18:57:25 -0700 (PDT) Date: Tue, 13 May 1997 18:57:24 -0700 (PDT) From: Snob Art Genre To: Steve Howe cc: Bernard Courtney , questions@FreeBSD.ORG Subject: Re: UN Tar In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Tue, 13 May 1997, Steve Howe wrote: > On Mon, 12 May 1997, Bernard Courtney wrote: > > > HI all, > > > > Quick question- what is the command to un tar a local file? eg. I have > > qmail in the /var directory, I want to extract it to the /var directory- > > what is the command? > > man tar ... > > tar -xzvf file > > the z is used only if it's gzipped. i would untar it in a tmp > directory first, to see how it untarrs - maybe not like you'd > want it too. If you want to see how it untars, replace the 'x' with a 't'. This shows you where it would untar the files without actually untarring them -- much faster. > ------------------------------------------------------------------------- > Sleep: a sign a caffeine deprivation ... http://www.anchorage.net/~un_x > ------------------------------------------------------------------------- > > Ben "You have your mind on computers, it seems."