sybperl-l Archive
Up Prev Next
From: msm at pswtech dot com
Subject: Re: What is .tar.gz format
Date: Jan 23 1996 2:39PM
You wrote:
> In reference to what MrFreedom@aol.com said:
> >
> > I have downloaded perl.
> >
> > What tool on UNIX (or DOS/Windows) will correctly expand the file???
>
> The .gz is a GNU zip file. Use gunzip. It will replace the .gz file with just
> the .tar file. Then use tar xvf to xtract the files. It will build the
> subdirs under the current directory.
>
>
or alternatively you could use gnutar which has gzip decompression
built in:
gnutar -xvzf
---
Mark Mertel Email: msm@pswtech.com
Pencom Software Phone: (512) 343-6666
9050 Capital of Texas Hwy. N. FAX: (512) 343-9650
Austin, TX 78759 Home: (512) 847-2061
|