Created
August 14, 2014 17:23
-
-
Save ceme/ed6ca4e0c952b028c476 to your computer and use it in GitHub Desktop.
View Zip file contents w/o extraction from command line
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
unzip -l archive.zip | |
or: | |
zipinfo archive.zip |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment