Linux: 解压.z01 zip分卷

第一种方法:

cat a.zip a.z01 a.z02 > b.zip
unzip b.zip

第二种方法:

zip -F a.zip --out b.zip
unzip b.zip
Logo

更多推荐