Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save dmpatel151282/f5f54bb0d93d7d343c4314cfa9dc5384 to your computer and use it in GitHub Desktop.
Save dmpatel151282/f5f54bb0d93d7d343c4314cfa9dc5384 to your computer and use it in GitHub Desktop.
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