Hi, I zipped some files in a 4.7GB zip archive with archive utility and now I can not extract those files.
I found similar post on forum saying that it can be done in terminal by listing files in archive with:
unzip -F file.zip
which I can do, and then extracting individual files with:
unzip -l file.zip
which i can not.
Anybody who can help?
I found similar post on forum saying that it can be done in terminal by listing files in archive with:
unzip -F file.zip
which I can do, and then extracting individual files with:
unzip -l file.zip
which i can not.
Anybody who can help?