xref: /freebsd-src/usr.bin/gzip/zforce.1 (revision fa9896e082a1046ff4fbc75fcba4d18d1f2efc19)
1*9a9ea25fSXin LI.\"	$NetBSD: zforce.1,v 1.2 2003/12/28 12:43:43 wiz Exp $
2*9a9ea25fSXin LI.\"	$OpenBSD: zforce.1,v 1.1 2003/07/29 11:50:09 otto Exp $
3*9a9ea25fSXin LI.\"
4*9a9ea25fSXin LI.\" Copyright (c) 2003 Otto Moerbeek <otto@drijf.net>
5*9a9ea25fSXin LI.\"
6*9a9ea25fSXin LI.\" Permission to use, copy, modify, and distribute this software for any
7*9a9ea25fSXin LI.\" purpose with or without fee is hereby granted, provided that the above
8*9a9ea25fSXin LI.\" copyright notice and this permission notice appear in all copies.
9*9a9ea25fSXin LI.\"
10*9a9ea25fSXin LI.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
11*9a9ea25fSXin LI.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
12*9a9ea25fSXin LI.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
13*9a9ea25fSXin LI.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
14*9a9ea25fSXin LI.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
15*9a9ea25fSXin LI.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
16*9a9ea25fSXin LI.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
17*9a9ea25fSXin LI.Dd January 26, 2007
18*9a9ea25fSXin LI.Dt ZFORCE 1
19*9a9ea25fSXin LI.Os
20*9a9ea25fSXin LI.Sh NAME
21*9a9ea25fSXin LI.Nm zforce
22*9a9ea25fSXin LI.Nd force gzip files to have a .gz suffix
23*9a9ea25fSXin LI.Sh SYNOPSIS
24*9a9ea25fSXin LI.Nm zforce
25*9a9ea25fSXin LI.Ar
26*9a9ea25fSXin LI.Sh DESCRIPTION
27*9a9ea25fSXin LIThe
28*9a9ea25fSXin LI.Nm
29*9a9ea25fSXin LIutility renames
30*9a9ea25fSXin LI.Xr gzip 1
31*9a9ea25fSXin LIfiles to have a
32*9a9ea25fSXin LI.Sq .gz
33*9a9ea25fSXin LIsuffix, so that
34*9a9ea25fSXin LI.Xr gzip 1
35*9a9ea25fSXin LIwill not compress them twice.
36*9a9ea25fSXin LIThis can be useful if file names were truncated during a file transfer.
37*9a9ea25fSXin LIFiles that have an existing
38*9a9ea25fSXin LI.Sq .gz ,
39*9a9ea25fSXin LI.Sq -gz ,
40*9a9ea25fSXin LI.Sq _gz ,
41*9a9ea25fSXin LI.Sq .tgz
42*9a9ea25fSXin LIor
43*9a9ea25fSXin LI.Sq .taz
44*9a9ea25fSXin LIsuffix, or that have not been compressed by
45*9a9ea25fSXin LI.Xr gzip 1 ,
46*9a9ea25fSXin LIare ignored.
47*9a9ea25fSXin LI.Sh SEE ALSO
48*9a9ea25fSXin LI.Xr gzip 1
49*9a9ea25fSXin LI.Sh CAVEATS
50*9a9ea25fSXin LI.Nm
51*9a9ea25fSXin LIoverwrites existing files without warning.
52