Sodamhan.com

TL;DR

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

This document was created using the contents of the tldr project.