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
-
apt-get install unzip - Ubuntu
-
apt-get install unzip -
Alpine
-
apk add unzip - Arch Linux
-
pacman -S unzip - Kali Linux
-
apt-get install unzip - CentOS
-
yum install unzip - Fedora
-
dnf install unzip - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install unzip - OS X
-
brew install unzip - Raspbian
-
apt-get install unzip - Docker
-
docker run cmd.cat/zipinfo zipinfopowered 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