On Sat, 2003-02-08 at 21:26, 林 恵群 wrote:
> Hi, I am Lin.
> 
> When I execute a command
> 
> gzip -d php-4_3_0_tar.gz
> 
> on the linux. The system show the following error.
> 
> gzip: php-4_3_0_tar.gz: not in gzip format
> 
> How can I uncompress this file.

tar -zxvf php-4_3_0_tar.gz

-- 
    __                               
   / \\   @       __     __    @   Adolfo Bello <[EMAIL PROTECTED]>
  /  //  // /\   / \\   // \  //   Bello Ingenieria S.A, ICQ: 65910258
 /  \\  // / \\ /  //  //  / //    cel: +58 416 609-6213
/___// // / <_/ \__\\ //__/ //     fax: +58 212 952-6797
    www.bisapi.com   //            pager: www.tun-tun.com (# 609-6213)


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to