commands.sh

zipinfo

all

List detailed information about the contents of a Zip file.

More info →

Examples (2)

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
made by @shridhargupta | data from tldr-pages