Linux zipinfo命令详解 Linux zipinfo命令怎么用

pnux zipinfo命令用于列出压缩文件信息,执行zipinfo指令可得知zip压缩文件的详细信息。

语法

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

参数:

-1 只列出文件名称。

-2 此参数的效果和指定"-1"参数类似,但可搭配"-h","-t"和"-z"参数使用。

-h 只列出压缩文件的文件名称。

-l 此参数的效果和指定"-m"参数类似,但会列出原始文件的大小而非每个文件的压缩率。

-m 此参数的效果和指定"-s"参数类似,但多会列出每个文件的压缩率。

-M 若信息内容超过一个画面,则采用类似more指令的方式列出信息。

-s 用类似执行"ls -l"指令的效果列出压缩文件内容。

-t 只列出压缩文件内所包含的文件数目,压缩前后的文件大小及压缩率。

-T 将压缩文件内每个文件的日期时间用年,月,日,时,分,秒的顺序列出。

-v 详细显示压缩文件内每一个文件的信息。

-x<范本样式> 不列出符合条件的文件的信息。

-z 如果压缩文件内含有注释,就将注释显示出来。

实例

显示压缩文件信息

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

显示压缩文件中每个文件的信息

[root@w3cschool.cc a]# zipinfo -v cp.zip 

Archive: cp.zip 486 bytes 4 files

End-of-central-directory record:

-------------------------------

Actual offset of end-of-central-dir record: 464 (000001D0h)

Expected offset of end-of-central-dir record: 464 (000001D0h)

(based on the length of the central directory and its expected offset)

This zipfile constitutes the sole disk of a single-part archive; its

central directory contains 4 entries. The central directory is 248

(000000F8h) bytes long, and its (expected) offset in bytes from the

beginning of the zipfile is 216 (000000D8h).

There is no zipfile comment.

Central directory entry #1:

---------------------------

a.c

offset of local header from start of archive: 0 (00000000h) bytes

file system or operating system of origin: Unix

version of encoding software: 2.3

minimum file system compatibipty required: MS-DOS, OS/2 or NT FAT

minimum software version required to extract: 1.0

compression method: none (stored)

file security status: not encrypted

extended local header: no

file last modified on (DOS date/time): 2010 May 24 18:54:26

file last modified on (UT extra field modtime): 2010 May 24 18:54:26 local

file last modified on (UT extra field modtime): 2010 May 24 10:54:26 UTC

32-bit CRC value (hex): 00000000

compressed size: 0 bytes

uncompressed size: 0 bytes

length of filename: 3 characters

length of extra field: 13 bytes

length of file comment: 0 characters

disk number on which file begins: disk 1

apparent file type: binary

Unix file attributes (100644 octal): -rw-r--r--

MS-DOS file attributes (00 hex): none

The central-directory extra field contains:

- A subfield with ID 0x5455 (universal time) and 5 data bytes.

The local extra field has UTC/GMT modification/access times.

- A subfield with ID 0x7855 (Unix UID/GID) and 0 data bytes.

There is no file comment.

Central directory entry #2:

---------------------------

b.c

offset of local header from start of archive: 54 (00000036h) bytes

file system or operating system of origin: Unix

version of encoding software: 2.3

minimum file system compatibipty required: MS-DOS, OS/2 or NT FAT

minimum software version required to extract: 1.0

compression method: none (stored)

file security status: not encrypted

extended local header: no

file last modified on (DOS date/time): 2010 May 24 18:54:26

file last modified on (UT extra field modtime): 2010 May 24 18:54:26 local

file last modified on (UT extra field modtime): 2010 May 24 10:54:26 UTC

32-bit CRC value (hex): 00000000

compressed size: 0 bytes

uncompressed size: 0 bytes

length of filename: 3 characters

length of extra field: 13 bytes

length of file comment: 0 characters

disk number on which file begins: disk 1

apparent file type: binary

Unix file attributes (100644 octal): -rw-r--r--

MS-DOS file attributes (00 hex): none

The central-directory extra field contains:

- A subfield with ID 0x5455 (universal time) and 5 data bytes.

The local extra field has UTC/GMT modification/access times.

- A subfield with ID 0x7855 (Unix UID/GID) and 0 data bytes.

There is no file comment.

Central directory entry #3:

---------------------------

c.c

offset of local header from start of archive: 108 (0000006Ch) bytes

file system or operating system of origin: Unix

version of encoding software: 2.3

minimum file system compatibipty required: MS-DOS, OS/2 or NT FAT

minimum software version required to extract: 1.0

compression method: none (stored)

file security status: not encrypted

extended local header: no

file last modified on (DOS date/time): 2010 May 24 18:54:26

file last modified on (UT extra field modtime): 2010 May 24 18:54:26 local

file last modified on (UT extra field modtime): 2010 May 24 10:54:26 UTC

32-bit CRC value (hex): 00000000

compressed size: 0 bytes

uncompressed size: 0 bytes

length of filename: 3 characters

length of extra field: 13 bytes

length of file comment: 0 characters

disk number on which file begins: disk 1

apparent file type: binary

Unix file attributes (100644 octal): -rw-r--r--

MS-DOS file attributes (00 hex): none

The central-directory extra field contains:

- A subfield with ID 0x5455 (universal time) and 5 data bytes.

The local extra field has UTC/GMT modification/access times.

- A subfield with ID 0x7855 (Unix UID/GID) and 0 data bytes.

There is no file comment.

Central directory entry #4:

---------------------------

e.c

offset of local header from start of archive: 162 (000000A2h) bytes

file system or operating system of origin: Unix

version of encoding software: 2.3

minimum file system compatibipty required: MS-DOS, OS/2 or NT FAT

minimum software version required to extract: 1.0

compression method: none (stored)

file security status: not encrypted

extended local header: no

file last modified on (DOS date/time): 2010 May 24 18:54:26

file last modified on (UT extra field modtime): 2010 May 24 18:54:26 local

file last modified on (UT extra field modtime): 2010 May 24 10:54:26 UTC

32-bit CRC value (hex): 00000000

compressed size: 0 bytes

uncompressed size: 0 bytes

length of filename: 3 characters

length of extra field: 13 bytes

length of file comment: 0 characters

disk number on which file begins: disk 1

apparent file type: binary

Unix file attributes (100644 octal): -rw-r--r--

MS-DOS file attributes (00 hex): none

The central-directory extra field contains:

- A subfield with ID 0x5455 (universal time) and 5 data bytes.

The local extra field has UTC/GMT modification/access times.

- A subfield with ID 0x7855 (Unix UID/GID) and 0 data bytes.

There is no file comment.

以上是小编为您精心准备的的内容,在的博客、问答、公众号、人物、课程等栏目也有的相关内容,欢迎继续使用右上角搜索按钮进行搜索文件
, 参数
unix
linux zip命令详解、zip命令详解、windows zip命令详解、linux slabinfo详解、linux zipinfo,以便于您获取更多的相关知识。

时间: 2024-09-08 17:13:33

Linux zipinfo命令详解 Linux zipinfo命令怎么用的相关文章

Linux cd命令详解 Linux cd命令怎么用

其中 dirName 表示法可为绝对路径或相对路径.若目录名称省略,则变换至使用者的 home 目录 (也就是刚 login 时所在的目录). 另外,"~" 也表示为 home 目录 的意思,"." 则是表示目前所在的目录,".." 则表示目前目录位置的上一层目录. 语法 cd [dirName] dirName:要切换的目标目录. 实例 跳到 /usr/bin/ : cd /usr/bin 跳到自己的 home 目录 : cd ~ 跳到目前目录

Linux ftp命令详解 Linux ftp命令怎么用

FTP是ARPANet的标准文件传输协议,该网络就是现今Internet的前身. 语法 ftp [-dignv][主机名称或IP地址] 参数: -d 详细显示指令执行过程,便于排错或分析程序执行的情形. -i 关闭互动模式,不询问任何问题. -g 关闭本地主机文件名称支持特殊字符的扩充特性. -n 不使用自动登陆. -v 显示指令执行过程. 实例 例如使用ftp命令匿名登录ftp.kernel.org服务器,该服务是Linux 内核的官方服务器,可以使用如下命令: ftp ftp.kernel.

Linux rm命令详解 Linux rm命令怎么用

Linux rm命令用于删除一个文件或者目录. 语法 rm [options] name... 参数: -i 删除前逐一询问确认. -f 即使原档案属性设为唯读,亦直接删除,无需逐一确认. -r 将目录及以下之档案亦逐一删除. 实例 删除文件可以直接使用rm命令,若删除目录则必须配合选项"-r",例如: # rm  test.txt  rm:是否删除 一般文件 "test.txt"? y   # rm  homework   rm: 无法删除目录"home

Linux touch命令详解 Linux touch命令怎么用

Linux touch命令用于修改文件或者目录的时间属性,包括存取时间和更改时间.若文件不存在,系统会建立一个新的文件. ls -l 可以显示档案的时间记录. 语法 touch [-acfm][-d<日期时间>][-r<参考文件或目录>] [-t<日期时间>][--help] [--version][文件或目录-] 参数说明: a 改变档案的读取时间记录. m 改变档案的修改时间记录. c 假如目的档案不存在,不会建立新的档案.与 --no-create 的效果一样.

Linux cp命令详解 Linux cp命令怎么用

Linux cp命令主要用于复制文件或目录. 语法 cp [options] source dest 或 cp [options] source... directory 参数说明: -a:此选项通常在复制目录时使用,它保留链接.文件属性,并复制目录下的所有内容.其作用等于dpR参数组合. -d:复制时保留链接.这里所说的链接相当于Windows系统中的快捷方式. -f:覆盖已经存在的目标文件而不给出提示. -i:与-f选项相反,在覆盖目标文件之前给出提示,要求用户确认是否覆盖,回答"y&quo

Linux more命令详解 Linux more命令怎么用

more最基本的指令就是按空白键(space)就往下一页显示,按 b 键就会往回(back)一页显示,而且还有搜寻字串的功能(与 vi 相似),使用中的说明文件,请按 h .  语法 more [-dlfpcsu] [-num] [+/pattern] [+linenum] [fileNames..] 参数: -num 一次显示的行数 -d 提示使用者,在画面下方显示 [Press space to continue, 'q' to quit.] ,如果使用者按错键,则会显示 [Press 'h

Linux zip命令详解 Linux zip命令怎么用

zip是个使用广泛的压缩程序,文件经它压缩后会另外产生具有".zip"扩展名的压缩文件. 语法 zip [-AcdDfFghjJKlLmoqrSTuvVwXyz$][-b <工作目录>][-ll][-n <字尾字符串>][-t <日期时间>][-<压缩效率>][压缩文件][文件...][-i <范本样式>][-x <范本样式>] 参数: -A 调整可执行的自动解压缩文件. -b<工作目录> 指定暂时存放

Linux dumpkeys命令详解 Linux dumpkeys命令怎么用

Linux dumpkeys命令用于显示键盘映射表,输出的内容可以被loadkeys命令识别,改变映射关系. 语法 dumpkey[选择参数] 参数说明: -i 驱动信息(键码范围.数量.状态键) -l 详细驱动信息 -n 十六进制显示 -f 显示全部信息 -1 分行显示按键组合 -S 设定输出格式(0:预设 1:完整 2:分行 3简单) --funcs-only 功能键信息 --keys-only 键组合信息 --compose-only 普通键信息 实例 显示功能键信息 # dumpkeys

Linux mv命令详解 Linux mv命令怎么用

语法 mv [options] source dest mv [options] source... directory 参数说明: -i: 若指定目录已有同名文件,则先询问是否覆盖旧文件; -f: 在mv操作要覆盖某已有的目标文件时不给任何指示; mv参数设置与运行结果 命令格式 运行结果 mv  文件名   文件名 将源文件名改为目标文件名 mv  文件名   目录名 将文件移动到目标目录 mv  目录名   目录名 目标目录已存在,将源目录移动到目标目录:目标目录不存在则改名 mv  目录