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