zipinfo: add page (#6918)

This commit is contained in:
Kevin O'Neal
2021-10-16 16:31:22 -05:00
committed by GitHub
parent d8efc478c7
commit 442d31e535

12
pages/common/zipinfo.md Normal file
View File

@@ -0,0 +1,12 @@
# 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}}`