[98736] in RedHat Linux List

home help back first fref pref prev next nref lref last post

Re: tar question (probably a newbie question)

daemon@ATHENA.MIT.EDU (Jeff Sharpe)
Tue Nov 10 13:37:09 1998

Date: Tue, 10 Nov 1998 08:55:48 -0800
From: Jeff Sharpe <jeff@sfg.com>
Reply-To: jeff@3-c.net
To: redhat-list@redhat.com
X-MDaemon-Deliver-To: redhat-list@redhat.com
Resent-From: redhat-list@redhat.com

Charles Galpin wrote:
> 
> two things
> 
> a capital Z usually means it was compressed with the command "compress", and
> should be uncompressed with "uncompress"
> 
> Then use
> 
> tar xf prog.tar
> 
> or tarxvf prog.tar to see the files as they untar

GNU tar will support gzip as well as compressed files, use:
	
	tar xvZf fn		(for the compress'd file)
	tar xvzf fn 		(for the gzip'd file)

J


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
		http://www.redhat.com http://archive.redhat.com
         To unsubscribe: mail redhat-list-request@redhat.com with 
                       "unsubscribe" as the Subject.


home help back first fref pref prev next nref lref last post