info

英 [ˈɪnfəʊ]   美 [ˈɪnfoʊ]  

n.信息

Linux zipinfo命令 语法

作用:zipinfo命令用于列出压缩文件信息。

语法:zipinfo [-12hlmMstTvz][压缩文件][文件...][-x <范本样式>]

Linux zipinfo命令 示例

显示压缩文件信息

[root@w3cschool.cc a]# zipinfo cp.zip 
Archive: cp.zip  486 bytes  4 files
-rw-r--r-- 2.3 unx    0 bx stor 24-May-10 18:54 a.c
-rw-r--r-- 2.3 unx    0 bx stor 24-May-10 18:54 b.c
-rw-r--r-- 2.3 unx    0 bx stor 24-May-10 18:54 c.c
-rw-r--r-- 2.3 unx    0 bx stor 24-May-10 18:54 e.c
4 files, 0 bytes uncompressed, 0 bytes compressed: 0.0%
[root@w3cschool.cc a]#