[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] ftp a .tar.gz as ascii or ftp?



"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