I downloaded a document, which is compressed as zip file and segmented, their names are :
document.z01 document.z02 document.zip
I'm at a loss on how to unzip them.
I downloaded a document, which is compressed as zip file and segmented, their names are :
document.z01 document.z02 document.zip
I'm at a loss on how to unzip them.
First you have to concatenate all the files into a single file, and then extract the single file.
zip -F document.zip --output big_document.zip
unzip big_document.zip