Created
December 21, 2016 05:25
-
-
Save dmpatel151282/f5f54bb0d93d7d343c4314cfa9dc5384 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) | |
zip -FF should be applied to last part of archive, it will automatically check for all parts |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment