tar解压;gunzip,unzip,gzip;zip包
[1]
http://www.google.com.hk/search?hl=en&safe=active&q=tar+%E8%A7%A3%E5%8E%8B++zip&aq=f&aqi=&aql=&oq=
[2]
http://www.21andy.com/blog/20060817/382.html
[3]
http://topic.csdn.net/t/20020825/00/967795.html
gunzip -r .gz;-r:递归解压缩
或者,gzip -d -r .gz:-d:解压缩
tar xvf ***.tar
tar zxvf ***.tar.gz
tar jxvf ***.tar.gz2
bunzip2 ****.tar.gz2
gzip -d ****.gz
gunzip ***.gz
gunzip ****.tgz
gunzip ****.tar.Z
upzip ****.zip
相关的命令还有:compress,uncompress,zcat,zip,zipnote,zipsplit,zipcloat
更为详细的说明看man and info.
gunzip xxx.gz(.Z .zip ...)
gzip -d xxx.gz(.Z .zip ...)
如果压缩文件内有子目录,就加上-r选项

浙公网安备 33010602011771号