Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to extract files #9

Closed
Podidiving opened this issue Aug 14, 2020 · 3 comments
Closed

How to extract files #9

Podidiving opened this issue Aug 14, 2020 · 3 comments

Comments

@Podidiving
Copy link

Hi! Sorry, maybe it's a dumb question, but i have a trouble

After downloading files from google drive, I am running command cat CelebA_Spoof.zip.0* > CelebA_Spoof.zip Then I'm trying to unzip this file, but I get next error:
image
What am I doing wrong? What command should I execute, to get correct .zip file?

@kormalev
Copy link

Use 7z to extract. No need to rename or cat anything.
7z x CelebA_Spoof.zip.001

@thimabru1010
Copy link

Besides de 001 all the other 73 should be on the same folder. I've got a problem when downloading all the files from drive because not all of them was downloaded at the same moment. You should inspect which you could download and extract the files CelebA_Spoof.zip.00* on the same folder. Then apply the 7z x commando on 001 as said above.

@Podidiving
Copy link
Author

@kormalev, @thimabru1010, thanks a lot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants