zipinfo
List detailed information about the contents of a `.zip` file.
- 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}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).