6.44. Gzip-1.4

Gzip 软件包包含压缩和解压缩文件的程序。

预计编译时间: 少于 0.1 SBU
所需磁盘空间: 3.3 MB

6.44.1. 安装 Gzip

为编译 Gzip 做准备:

./configure --prefix=/usr --bindir=/bin

编译这个软件包:

make

要测试结果,请运行:

make check

安装这个软件包:

make install

移动一些不必位于root文件系统的程序:

mv -v /bin/{gzexe,uncompress,zcmp,zdiff,zegrep} /usr/bin
mv -v /bin/{zfgrep,zforce,zgrep,zless,zmore,znew} /usr/bin

6.44.2. Gzip 的内容

安装的程序: gunzip, gzexe, gzip, uncompress, zcat, zcmp, zdiff, zegrep, zfgrep, zforce, zgrep, zless, zmore, and znew

简要描述

gunzip

解压缩gzip压缩的文件

gzexe

建立自解压的可执行文件

gzip

使用Lempel-Ziv (LZ77) 编码压缩给定文件

uncompress

解压缩压缩文件

zcat

解压缩给定的gzip压缩文件到标准输出

zcmp

在gzip压缩文件上运行cmp

zdiff

在gzip压缩文件上运行diff

zegrep

在gzip压缩文件上运行egrep

zfgrep

在gzip压缩文件上运行fgrep

zforce

强制性地为每一个 gzip 文件加上 .gz 扩展名,这样gzip 就不会对它们再次进行压缩。 这个程序可能在一个文件经过传输后名字被截短的情况下能够派上用场。

zgrep

在gzip压缩文件上运行 grep

zless

在gzip压缩文件上运行less

zmore

在gzip压缩文件上运行more

znew

将.Z格式的文件(使用 compress 压缩)重新压缩成.gz格式(使用 gzip 压缩)