tar -xvzf thefile.tar.gz


however, this only works on a few tar's..but it does work on the one that
comes with redhat :)

just dont' try it on an Digital Unix system :)

if your tar doesn't support -z (it will give you errors, probably either
about how -z isn't a valid option or that you don't have a real tar file)

then do

 gzip -d thefile.tar.gz
tar -xvf thefile.tar

Vinnie
--
[EMAIL PROTECTED] System Administrator Epoch Internet
"Connecting The World, One Business At A Time......
By Caring About A Customers Success"
[EMAIL PROTECTED] Spam Patrol


On Sat, 4 Jan 1997, Osman wrote:

> Date: Sat, 4 Jan 1997 03:55:25 +0100
> From: Osman <[EMAIL PROTECTED]>
> Reply-To: [EMAIL PROTECTED]
> To: [EMAIL PROTECTED]
> Subject: Newbie problem
> Resent-Date: 2 Apr 1998 14:01:19 -0000
> Resent-From: [EMAIL PROTECTED]
> Resent-cc: recipient list not shown: ;
> 
> Hi !
> I have download some "books" about linux. The file format is tar.gz, Can anyone
> here tell me how to unpack them. I have tried several variants of tar and
> gunzip, but unsuccesfully.
> 
> Thanks
> 
> ps.
> can anyone here recommend some good (newbie) books about C-programming
> 
> 
> -- 
>   PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
> http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
>          To unsubscribe: mail [EMAIL PROTECTED] with 
>                        "unsubscribe" as the Subject.
> 
> 
> 


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
         To unsubscribe: mail [EMAIL PROTECTED] with 
                       "unsubscribe" as the Subject.

Reply via email to