All Questions
3 questions
1
vote
1
answer
142
views
What does 'Unk:' mean in 'Stored' column of `unzip -v` output?
Running unzip -v archive1.zip, where archive1.zip is an encrypted archive, I get the following output:
Archive: archive1.zip
Length Method Size Cmpr Date Time CRC-32 Name
-------- --...
2
votes
1
answer
7k
views
Why do some (but not all) zip-Files greater than ~3.7GB fail to extract
I am dealing with a lot of zip-files (DCP Films for a Film-Festival) between 4GB and 40GB that are sent to me by various individuals that use various programs to compress the folder that they are ...
2
votes
1
answer
2k
views
Count number of top-level items in ZIP archive
I'm looking for a terminal command to count the number of top-level items in a ZIP archive. I know that zip -l archive.zip will show the file count, but this shows all files, not just top-level items. ...