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]#