Answers for "concatenate multiple zip files linux"

0

concatenate multiple zip files linux

cat test.zip.* >test.zip
zip -FF test.zip --out test-full.zip
unzip test-full.zip
Posted by: Guest on November-18-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language