1 .\" $NetBSD: gzip.1,v 1.21 2011/06/19 02:22:36 christos Exp $
3 .\" Copyright (c) 1997, 2003, 2004 Matthew R. Green
4 .\" All rights reserved.
6 .\" Redistribution and use in source and binary forms, with or without
7 .\" modification, are permitted provided that the following conditions
9 .\" 1. Redistributions of source code must retain the above copyright
10 .\" notice, this list of conditions and the following disclaimer.
11 .\" 2. Redistributions in binary form must reproduce the above copyright
12 .\" notice, this list of conditions and the following disclaimer in the
13 .\" documentation and/or other materials provided with the distribution.
15 .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
16 .\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
17 .\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
18 .\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
19 .\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
20 .\" BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
21 .\" LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
22 .\" AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
23 .\" OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
24 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27 .\" $FreeBSD: src/usr.bin/gzip/gzip.1,v 1.11 2011/10/10 06:37:32 delphij Exp $
33 .Nd compression/decompression tool using Lempel-Ziv coding (LZ77)
61 program compresses and decompresses files using Lempel-Ziv coding
67 will compress from standard input, or decompress to standard output.
68 When in compression mode, each
70 will be replaced with another file with the suffix, set by the
72 option, added, if possible.
74 In decompression mode, each
76 will be checked for existence, as will the file with the suffix
80 argument must contain a separate complete archive;
83 are indicated, each is decompressed in turn.
87 the resulting data is then concatenated in the manner of
107 will be appended to all filenames that do not have that suffix.
111 is also capable of decompressing files compressed using
116 The following options are available:
117 .Bl -tag -width XXrXXXrecursiveX
119 .It Fl 2 , 3 , 4 , 5 , 6 , 7 , 8
121 These options change the compression level used, with the
123 option being the fastest, with less compression, and the
125 option being the slowest, with optimal compression.
126 The default compression level is 6.
127 .It Fl c , -stdout , -to-stdout
128 This option specifies that output will go to the standard output
129 stream, leaving files intact.
130 .It Fl d , -decompress , -uncompress
131 This option selects decompression rather than compression.
133 This option turns on force mode.
134 This allows files with multiple links, symbolic links to regular files,
135 overwriting of pre-existing files, reading from or writing to a terminal,
136 and when combined with the
138 option, allowing non-compressed data to pass through unchanged.
140 This option prints a usage summary and exits.
142 Keep (don't delete) input files during compression
149 This option displays information about the file's compressed and
150 uncompressed size, ratio, uncompressed name.
153 option, it also displays the compression method, CRC, date and time
154 embedded in the file.
156 This option causes the stored filename in the input file to be used
159 This option stops the filename and timestamp from being stored in
162 With this option, no warnings or errors are printed.
163 .It Fl r , -recursive
164 This option is used to
166 the files in a directory tree individually, using the
169 .It Fl S Ar suffix , Fl -suffix Ar suffix
170 This option changes the default suffix from .gz to
173 This option will test compressed files for integrity.
175 This option prints the version of the
179 This option turns on verbose mode, which prints the compression
180 ratio for each file compressed.
183 If the environment variable
185 is set, it is parsed as a white-space separated list of options
186 handled before any options on the command line.
187 Options on the command line will override anything in
199 program was originally written by Jean-loup Gailly, licensed under
200 the GNU Public Licence.
201 Matthew R. Green wrote a simple front end for
203 distribution media, based on the freely re-distributable zlib library.
204 It was enhanced to be mostly feature-compatible with the original
210 This implementation of
212 was ported based on the
215 and first appeared in
219 This implementation of
222 .An Matthew R. Green Aq mrg@eterna.com.au
223 with unpack support written by
224 .An Xin LI Aq delphij@FreeBSD.org .
226 According to RFC 1952, the recorded file size is stored in a 32-bit
227 integer, therefore, it can not represent files larger than 4GB.
228 This limitation also applies to