Linux zipinfo command


  Translation results:

info

UK [ˈɪnfəʊ] US [ˈɪnfoʊ]

n.Information

Linux zipinfo commandsyntax

Function: zipinfo command is used to list compressed file information.

Syntax: zipinfo [-12hlmMstTvz][Compressed file][File...][-x <Template style>]

Linux zipinfo commandexample

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

Home

Videos

Q&A