Tagging 1.99.1
[linux_from_scratch.git] / BOOK / appendixa / gzip-desc.xml
blobccd18ccc2b0cdefc931566028bb5e9a9eed9bbc4
1 <sect2><title>Short descriptions</title>
3 <para><command>gunzip</command> decompresses gzipped files.</para>
5 <para><command>gzexe</command> is used to create self-uncompressing
6 executable files.</para>
8 <para><command>gzip</command> compresses the given files, using
9 Lempel-Ziv (LZ77) coding.</para>
11 <para><command>zcat</command> uncompresses the given gzipped files to
12 standard output.</para>
14 <para><command>zcmp</command> runs cmp on gzipped files.</para>
16 <para><command>zdiff</command> runs diff on gzipped files.</para>
18 <para><command>zegrep</command> runs egrep on gzipped files.</para>
20 <para><command>zfgrep</command> runs fgrep on gzipped files.</para>
22 <para><command>zforce</command> forces a .gz extension on all given files
23 that are gzipped files, so that gzip will not compress them again. This can be
24 useful when file names were truncated during a file transfer.</para>
26 <para><command>zgrep</command> runs grep on gzipped files.</para>
28 <para><command>zless</command> runs less on gzipped files.</para>
30 <para><command>zmore</command> runs more on gzipped files.</para>
32 <para><command>znew</command> recompresses files from compress format
33 to gzip format -- .Z to .gz.</para>
35 </sect2>