Forrest logo
tool overview
On this page you find all important commands for the CLI tool zipinfo. If the command you are looking for is missing please ask our AI.

zipinfo

zipinfo lists technical information about files in a ZIP archive, most commonly found on MS-DOS systems. Such information includes file access permissions, encryption status, type of compression, version and operating system or file system of compressing program, and the like. The default behavior (with no options) is to list single-line entries for each file in the archive, with header and trailer lines providing summary information for the entire archive. The format is a cross between Unix ''ls -l'' and ''unzip -v'' output. See DETAILED DESCRIPTION below. Note that zipinfo is the same program as unzip (under Unix, a link to it); on some systems, however, zipinfo support may have been omitted when unzip was compiled.

List of commands for zipinfo:

  • zip:tldr:0a1d3 zip: List all files in a `.zip` file.
    $ zipinfo -1 ${path-to-archive-zip}
    try on your machine
    explain this command
  • 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
    explain this command
tool overview