This is the description of unzipping all multi-part zip files in Ubuntu.
step1: rename the multi-part zip file into a new name concatenated.
>> cat test.part-* > test.zip
step2: unzip the concatenated zip file.
>> unzip test.zip
Then, we can get the unzipped file.
댓글 없음:
댓글 쓰기