zipinfo [options] zipfile ... [exclusion option]Solaris only. zipinfo prints information about ZIP format archives. The zipfile is a ZIP archive whose filename ends in .zip. The .zip can be omitted from the command line; zipinfo supplies it. zipfile may also be a shell-style wildcard pattern (which should be quoted to protect it from the shell); all matching files in the ZIP archive will be acted upon. See also zip and unzip.
-x filesExclude. Do not extract archive members that match files.
-1Only list filenames, one per line. Nothing else is printed. For use in shell scripts.
-2Like -1, but also permit headers, trailers, and ZIP archive comments (-h, -t, -z).
-hPrint a header line with the archive name, size in bytes, and total number of files.
-lUse "long" format. Like -m, but also print the compressed size in bytes, instead of the compression ratio.
-mUse "Medium" format. Like -s, but also include the compression factor (as a percentage).
-MPipe output through the internal pager, which is similar to more. Press the Return key or spacebar at the --More-- prompt to see the next screenful.
-sUse "short" format, similar to ls -l. This is the default.
-tPrint totals for all files (number of files, compressed and uncompressed sizes, overall compression factor).
-TPrint times and dates in a decimal format (yymmdd.hhmmss) that can be sorted.
-vUse verbose, multipage format.
-zPrint the archive comment.