How to extract and join files xxx.zip, xxx.z01 and xxx.z02

[code lang=”bash”] cp /xyz_path\ 1.z01 ~/temp/xyz\ 1.z01 cp /xyz_path\ 1.zip ~/temp/xyz\ 1.zip zip -FF xyz\ 1.zip –out xyz\ 1.zip.fixed mkdir xyz\ 3 unzip -d xyz\ 3/ xyz\ 1.zip.fixed du –total xyz\ 3 >> 10466048 (~10.5 GB => success) [/code] zip -FF should be applied to last part of archive, it will automatically check for all…


[code lang=”bash”]
cp /xyz_path\ 1.z01 ~/temp/xyz\ 1.z01
cp /xyz_path\ 1.zip ~/temp/xyz\ 1.zip
zip -FF xyz\ 1.zip –out xyz\ 1.zip.fixed
mkdir xyz\ 3
unzip -d xyz\ 3/ xyz\ 1.zip.fixed
du –total xyz\ 3
>> 10466048 (~10.5 GB => success)
[/code]

zip -FF should be applied to last part of archive, it will automatically check for all parts.


Leave a Reply

Discover more from Prabhu System Technology

Subscribe now to keep reading and get access to the full archive.

Continue reading