Hi,
first make sure gunzip is installed. To do so, do:
apt-get install gzip
Then you can do:
tar -xvzf filename.tar.gz
It is an archive in whioch all files are put after each other (one big
tarred file for tapes). Then that one big file is gzipped.
Alternatively you can do:
gunzip
On Sat, Feb 24, 2001 at 01:06:36PM -0800, hammack wrote:
> With "ilename.tar.gz"on a CD, what do I have?
> What are the stepsto untar and unzip such a file.
> thanks [EMAIL PROTECTED]
>
tar xvfz filename.tar.gz
kent
--
From seeing and seeing the seeing has become s
With "ilename.tar.gz"on a CD, what do I
have?
What are the stepsto untar and unzip such a
file.
thanks [EMAIL PROTECTED]
3 matches
Mail list logo