[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] ftp a .tar.gz as ascii or ftp?
- Subject: Re: [cobalt-users] ftp a .tar.gz as ascii or ftp?
- From: "Gerald Waugh" <gerald@xxxxxxxxx>
- Date: Thu Jul 12 07:15:28 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
"John D. Gorena" <Support@xxxxxxxxxxxxxxxxxxx> wrote
>
> 1) Change a *.tar.gz to a *.tar - That is, must unzip it on the server. This
> will change it from a *.tar.gz to a *.tar.
> The example command is: gunzip filename.tar.gz
OR use "gunzip -zxvpf filename.tar.gz"
And this will un guzip and untar with one command!
Gerald