1 .\" $NetBSD: gzip.1,v 1.26 2015/10/27 07:36:18 mrg 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: head/usr.bin/gzip/gzip.1 290073 2015-10-27 21:26:05Z delphij $
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 is also capable of decompressing files compressed using
113 The following options are available:
114 .Bl -tag -width XXrXXXrecursiveX
116 .It Fl 2 , 3 , 4 , 5 , 6 , 7 , 8
118 These options change the compression level used, with the
120 option being the fastest, with less compression, and the
122 option being the slowest, with optimal compression.
123 The default compression level is 6.
124 .It Fl c , -stdout , -to-stdout
125 This option specifies that output will go to the standard output
126 stream, leaving files intact.
127 .It Fl d , -decompress , -uncompress
128 This option selects decompression rather than compression.
130 This option turns on force mode.
131 This allows files with multiple links, symbolic links to regular files,
132 overwriting of pre-existing files, reading from or writing to a terminal,
133 and when combined with the
135 option, allowing non-compressed data to pass through unchanged.
137 This option prints a usage summary and exits.
139 Keep (do not delete) input files during compression
146 This option displays information about the file's compressed and
147 uncompressed size, ratio, uncompressed name.
150 option, it also displays the compression method, CRC, date and time
151 embedded in the file.
153 This option causes the stored filename in the input file to be used
156 This option stops the filename and timestamp from being stored in
159 With this option, no warnings or errors are printed.
160 .It Fl r , -recursive
161 This option is used to
163 the files in a directory tree individually, using the
166 .It Fl S Ar suffix , Fl -suffix Ar suffix
167 This option changes the default suffix from .gz to
170 This option will test compressed files for integrity.
172 This option prints the version of the
176 This option turns on verbose mode, which prints the compression
177 ratio for each file compressed.
180 If the environment variable
182 is set, it is parsed as a white-space separated list of options
183 handled before any options on the command line.
184 Options on the command line will override anything in
189 utility exits 0 on success,
191 and 2 if a warning occurs.
201 program was originally written by Jean-loup Gailly, licensed under
202 the GNU Public Licence.
203 Matthew R. Green wrote a simple front end for
205 distribution media, based on the freely re-distributable zlib library.
206 It was enhanced to be mostly feature-compatible with the original
212 This implementation of
214 was ported based on the
217 and first appeared in
221 This implementation of
224 .An Matthew R. Green Aq Mt mrg@eterna.com.au
225 with unpack support written by
226 .An Xin LI Aq Mt delphij@FreeBSD.org .
228 According to RFC 1952, the recorded file size is stored in a 32-bit
229 integer, therefore, it cannot represent files larger than 4GB.
230 This limitation also applies to