menggabungkan beberapa file zip linux

cat test.zip.* >test.zip
zip -FF test.zip --out test-full.zip
unzip test-full.zip
Pleasant Pheasant