tldr/pages/common/zipinfo.md

13 lines
331 B
Markdown
Raw Normal View History

2021-10-16 22:31:22 +01:00
# zipinfo
> List detailed information about the contents of a Zip file.
2021-10-16 22:31:22 +01:00
> More information: <https://manned.org/zipinfo>.
- 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}}`
- List all files in a Zip file:
2021-10-16 22:31:22 +01:00
`zipinfo -1 {{path/to/archive.zip}}`