gzip.1 (2bab61b0b42468e309ea62fadb1562630bd24937) gzip.1 (2a8e7ac9c87fa8a521cd3ea7287fbd266b941e38)
1.\" $NetBSD: gzip.1,v 1.18 2005/09/30 13:46:56 wiz Exp $
2.\"
3.\" Copyright (c) 1997, 2003, 2004 Matthew R. Green
4.\" All rights reserved.
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:

--- 13 unchanged lines hidden (view full) ---

22.\" BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
23.\" LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
24.\" AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
25.\" OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
26.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27.\" SUCH DAMAGE.
28.\"
29.\" $FreeBSD$
1.\" $NetBSD: gzip.1,v 1.18 2005/09/30 13:46:56 wiz Exp $
2.\"
3.\" Copyright (c) 1997, 2003, 2004 Matthew R. Green
4.\" All rights reserved.
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:

--- 13 unchanged lines hidden (view full) ---

22.\" BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
23.\" LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
24.\" AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
25.\" OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
26.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27.\" SUCH DAMAGE.
28.\"
29.\" $FreeBSD$
30.Dd March 16, 2007
30.Dd May 28, 2007
31.Dt GZIP 1
32.Os
33.Sh NAME
34.Nm gzip
35.Nd compression/decompression tool using Lempel-Ziv coding (LZ77)
36.Sh SYNOPSIS
37.Nm
31.Dt GZIP 1
32.Os
33.Sh NAME
34.Nm gzip
35.Nd compression/decompression tool using Lempel-Ziv coding (LZ77)
36.Sh SYNOPSIS
37.Nm
38.Op Fl cdfhLlNnqrtVv
38.Op Fl cdfhkLlNnqrtVv
39.Op Fl S Ar suffix
40.Ar file
41.Oo
42.Ar file Oo ...
43.Oc
44.Oc
45.Nm gunzip
46.Op Fl cfhLNqrtVv

--- 72 unchanged lines hidden (view full) ---

119This option turns on force mode.
120This allows files with multiple links, overwriting of pre-existing
121files, reading from or writing to a terminal, and when combined
122with the
123.Fl c
124option, allowing non-compressed data to pass through unchanged.
125.It Fl h , -help
126This option prints a usage summary and exits.
39.Op Fl S Ar suffix
40.Ar file
41.Oo
42.Ar file Oo ...
43.Oc
44.Oc
45.Nm gunzip
46.Op Fl cfhLNqrtVv

--- 72 unchanged lines hidden (view full) ---

119This option turns on force mode.
120This allows files with multiple links, overwriting of pre-existing
121files, reading from or writing to a terminal, and when combined
122with the
123.Fl c
124option, allowing non-compressed data to pass through unchanged.
125.It Fl h , -help
126This option prints a usage summary and exits.
127.It Fl k , -keep
128Keep (don't delete) input files during compression
129or decompression.
127.It Fl L , -license
128This option prints
129.Nm
130license.
131.It Fl l , -list
132This option displays information about the file's compressed and
133uncompressed size, ratio, uncompressed name.
134With the

--- 76 unchanged lines hidden ---
130.It Fl L , -license
131This option prints
132.Nm
133license.
134.It Fl l , -list
135This option displays information about the file's compressed and
136uncompressed size, ratio, uncompressed name.
137With the

--- 76 unchanged lines hidden ---