mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
13 lines
340 B
Markdown
13 lines
340 B
Markdown
![]() |
# 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}}`
|