2001-01-24 00:31:17 +00:00
|
|
|
<sect2>
|
|
|
|
<title>Contents</title>
|
|
|
|
|
2001-07-22 20:45:10 +01:00
|
|
|
<para>The Gzip package contains the compress, gunzip, gzexe, gzip, uncompress,
|
|
|
|
zcat, zcmp, zdiff, zforce, zgrep, zmore and znew programs.</para>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2><title>Description</title>
|
|
|
|
|
|
|
|
<sect3><title>gunzip</title>
|
2001-09-22 17:09:47 +01:00
|
|
|
<para>gunzip decompresses files that are compressed with gzip.</para></sect3>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
|
|
|
<sect3><title>gzexe</title>
|
2001-08-02 01:12:29 +01:00
|
|
|
<para>gzexe allows you to compress executables in place and have them
|
2001-03-16 18:09:38 +00:00
|
|
|
automatically uncompress and execute when they are run (at a penalty in
|
2001-09-22 17:09:47 +01:00
|
|
|
performance).</para></sect3>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
|
|
|
<sect3><title>gzip</title>
|
2001-07-22 20:45:10 +01:00
|
|
|
<para>gzip reduces the size of the named files using
|
2001-09-22 17:09:47 +01:00
|
|
|
Lempel-Ziv coding (LZ77).</para></sect3>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
|
|
|
<sect3><title>zcat</title>
|
2001-07-22 20:45:10 +01:00
|
|
|
<para>zcat uncompresses either a list of files on the command line or its
|
2001-09-22 17:09:47 +01:00
|
|
|
standard input and writes the uncompressed data on
|
|
|
|
standard output</para></sect3>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
|
|
|
<sect3><title>zcmp</title>
|
2001-09-22 17:09:47 +01:00
|
|
|
<para>zcmp invokes the cmp program on compressed files.</para></sect3>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
|
|
|
<sect3><title>zdiff</title>
|
2001-09-22 17:09:47 +01:00
|
|
|
<para>zdiff invokes the diff program on compressed files.</para></sect3>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
|
|
|
<sect3><title>zforce</title>
|
2001-07-22 20:45:10 +01:00
|
|
|
<para>zforce forces a .gz extension on all gzip files so that gzip will not
|
2001-01-24 00:31:17 +00:00
|
|
|
compress them twice. This can be useful for files with names truncated
|
2001-09-22 17:09:47 +01:00
|
|
|
after a file transfer.</para></sect3>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
|
|
|
<sect3><title>zgrep</title>
|
2001-09-22 17:09:47 +01:00
|
|
|
<para>zgrep invokes the grep program on compressed files.</para></sect3>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
|
|
|
<sect3><title>zmore</title>
|
2001-07-22 20:45:10 +01:00
|
|
|
<para>zmore is a filter which allows examination of compressed or plain text
|
2001-04-08 03:35:02 +01:00
|
|
|
files one screen at a time on a soft-copy terminal (similar to the
|
2001-09-22 17:09:47 +01:00
|
|
|
more program).</para></sect3>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
|
|
|
<sect3><title>znew</title>
|
2001-07-22 20:45:10 +01:00
|
|
|
<para>znew re-compresses files from .Z (compress) format to
|
2001-09-22 17:09:47 +01:00
|
|
|
.gz (gzip) format.</para></sect3>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|