what does gunzip or gzip do that tar doesn't?

tar xzf works and is easier to relate to. 

On Mon, 26 Mar 2001, Crossfire wrote:

> D.V.Rogers was once rumoured to have said:
> > have readthe book, twice
> > still having problems uncompressing .tgz files
> 
> Generic solution:
> 
> gzip -dc mytar.tgz | tar xf -
> 
> GNU Tar solution:
> 
> tar zxf mytar.tgz
> 
> 'nuff said.
> 
> C.
> -- 
> --==============================================--
>   Crossfire      | This email was brought to you
>   [EMAIL PROTECTED] | on 100% Recycled Electrons
> --==============================================--
> 
> -- 
> SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
> More Info: http://slug.org.au/lists/listinfo/slug
> 


-- 
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://slug.org.au/lists/listinfo/slug

Reply via email to