zipinfo

List detailed information about the contents of a .zip file. More information: <https://manned.org/zipinfo>.

Install

All systems
curl cmd.cat/zipinfo.sh
Debian Debian
apt-get install unzip
Ubuntu
apt-get install unzip
Alpine
apk add unzip
Arch Arch Linux
pacman -S unzip
image/svg+xml Kali Linux
apt-get install unzip
CentOS
yum install unzip
Fedora
dnf install unzip
Windows (WSL2)
sudo apt-get update sudo apt-get install unzip
OS X
brew install unzip
Raspbian
apt-get install unzip
Docker
docker run cmd.cat/zipinfo zipinfo powered by Commando

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

© tl;dr; authors and contributors