info
UK [ˈɪnfəʊ] US [ˈɪnfoʊ]
n.Information
Linux zipinfo command syntax
Function: zipinfo command is used to list compressed file information.
Syntax: zipinfo [-12hlmMstTvz][Compressed file][File...][-x <Template style>]
Linux zipinfo command example
Display compressed file information
[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]#