2021-10-16 22:31:22 +01:00
|
|
|
# zipinfo
|
|
|
|
|
2024-03-14 05:01:06 +00:00
|
|
|
> List detailed information about the contents of a Zip file.
|
2021-10-16 22:31:22 +01:00
|
|
|
> More information: <https://manned.org/zipinfo>.
|
|
|
|
|
2024-03-14 05:01:06 +00:00
|
|
|
- List all files in a Zip file in long format (permissions, ownership, size, and modification date):
|
2021-10-16 22:31:22 +01:00
|
|
|
|
|
|
|
`zipinfo {{path/to/archive.zip}}`
|
|
|
|
|
2024-03-14 05:01:06 +00:00
|
|
|
- List all files in a Zip file:
|
2021-10-16 22:31:22 +01:00
|
|
|
|
|
|
|
`zipinfo -1 {{path/to/archive.zip}}`
|