ZIPINFO
Installé avec le paquet unzip
Voir aussi : zip, zipgrep, unzip et 7z
Afficher la version de la commande zipinfo
zipinfo --version
ou
apt-cache policy unzip
Afficher les informations détaillées d’une archive zip
zipinfo archive.zip
Proche de :
unzip -l archive.zip
unzip -v archive.zip
7z l archive.zip
ex :
# zipinfo archive.zip
Archive: archive.zip
Zip file size: 480 bytes, number of entries: 3
-rw-r--r-- 3.0 unx 20 tx stor 16-Nov-28 00:49 file1.txt
-rw-r--r-- 3.0 unx 0 bx stor 16-Nov-27 23:16 file2.txt
-rw-r--r-- 3.0 unx 0 bx stor 16-Nov-28 00:20 file3.txt
3 files, 20 bytes uncompressed, 20 bytes compressed: 0.0%