If I create a multi-part zip file using the following command: dd if=/dev/urandom bs=1M count=1 | zip -s 256k split.zip - The command to recombine, as documented in the man-page, results in a corrupt archive: zip -s 0 split.zip --out single.zip unzip -t single.zip
Thanks for the report. I've just forwarded it upstream: http://www.info-zip.org/phpBB3/viewtopic.php?f=6&t=383