unzip /data2/ZHGERDB-seis.zip
error: Zip file too big (greater than 4294959102 bytes)
Archive: /data2/ZHGERDB-seis.zip
warning [/data2/ZHGERDB-seis.zip]: 588410519552 extra bytes at beginning or within zipfile
(attempting to process anyway)
retry – request = 0×588410519552
error [/data2/ZHGERDB-seis.zip]: attempt to seek before beginning of zipfile
(please check that you have transferred or created the zipfile in the
appropriate BINARY mode and that you have compiled UnZip properly)
wget -c http://packages.sw.be/p7zip/p7zip-9.13-1.el5.rf.i386.rpm
wget -c http://packages.sw.be/p7zip/p7zip-plugins-9.13-1.el5.rf.i386.rpm
rpm -ivh p7zip-9.13-1.el5.rf.i386.rpm
rpm -ivh p7zip-plugins-9.13-1.el5.rf.i386.rpm
这样下载安装好之后
使用命令
7z l lllusion.zip是可以正常列出压缩包内容的,这就好办了.
这样就可以逐一的把压缩包里的内容抽出.
继续运行 一下命令
7z x lllusion.zip -o/home/www/xxx/ api意思就是将压缩包里的api完整路径解压到 /home/www/xxx
这样继续逐一的解压压缩包里的内容出来.
就OK啦~
附上7z的命令用法
7z {a|d|l|e|u|x} 压缩包文件名 {文件列表或目录,可选}
a 向压缩包里添加文件或创建压缩包
d 从压缩里删除文件
l 列出压缩包里的文件
e 解压到当前目录,目录结构会被破坏
x 以完整路径解压。
--转自