2017년 8월 14일 월요일

Unzip a multi-part file

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.

댓글 없음:

댓글 쓰기