Forrest logo
back to the zipinfo tool

zip:tldr:862ea

zip: List all files in a `.zip` file in long format (permissions, ownership, size, and modification date).
$ zipinfo ${path-to-archive-zip}
try on your machine

The command "zipinfo" is used to display information about the contents of a zip archive file. In this specific usage, "${path-to-archive-zip}" refers to the path or location of the zip archive file you want to retrieve information from.

When you run the command "zipinfo ${path-to-archive-zip}", it will provide you with detailed information about the files and directories contained within the specified zip archive. This information can include file names, sizes, timestamps, and compression ratios. It helps you to get an overview of the contents of the archive without extracting or opening it.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.
back to the zipinfo tool