我有三个文件 1.zip, 1.z01 1.z02。我想通过右键单击 1.zip 并选择“在此处提取”来提取它们并将它们合并到一个文件中。但随后出现错误:
7-Zip 9.04 beta 版权所有 (c) 1999-2009 Igor Pavlov 2009-05-30 p7zip 9.04 版(locale=en_US.utf8,Utf16=on,HugeFiles=on,2 CPUs)
错误:/home/tim/Desktop/1.zip:无法将文件作为存档打开
错误:1
我想知道这是什么问题以及如何解决它?
感谢致敬!
补充: 我对“unzip -FF”的使用是错误的吗?这似乎不起作用:
$ unzip -FF 1.zip
Archive: 1.zip
warning [1.zip]: zipfile claims to be last disk of a multi-part archive;
attempting to process anyway, assuming all parts have been concatenated
together in order. Expect "errors" and warnings...true multi-part support
doesn't exist yet (coming soon).
file #1: bad zipfile offset (local header sig): 0
Run Code Online (Sandbox Code Playgroud)
再次感谢!
第二个补充: 仍然不对。 …