我正在使用RHEL 5.6和unzip-5.52-3.el5.我正在尝试解压缩一个大文件,但是我得到了错误:
unzip -o test.zip -d unzip/ error: Zip file too big (greater than 4294959102 bytes) Archive: test.zip warning [test.zip]: 4294967296 extra bytes at beginning or within zipfile
是否有其他程序可以使用大型zip文件或者我必须等到解压缩6进入RHEL? (可能是几年!)
谢谢
解决方法
如果你有盒子上的Java,你可以使用
jar xf test.zip