HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

zipinfo — List detailed information about the contents of a Zip file. More information: <https://manned.org/zi

Submitted by: @import:tldr-pages··
0
Viewed 0 times
thecommanddetailedcliinformationaboutzipinfolist

Problem

How to use the zipinfo command: List detailed information about the contents of a Zip file. More information: <https://manned.org/zipinfo>.

Solution

zipinfo — List detailed information about the contents of a Zip file. More information: <https://manned.org/zipinfo>.

List all files in a Zip file in long format (permissions, ownership, size, and modification date):
zipinfo {{path/to/archive.zip}}


List all files in a Zip file:
zipinfo -1 {{path/to/archive.zip}}

Code Snippets

List all files in a Zip file in long format (permissions, ownership, size, and modification date)

zipinfo {{path/to/archive.zip}}

List all files in a Zip file

zipinfo -1 {{path/to/archive.zip}}

Context

tldr-pages: common/zipinfo

Revisions (0)

No revisions yet.