document mingw linker fix and close associated bug
[debian/gzip] / znew.1
1 .TH ZNEW 1
2 .SH NAME
3 znew \-   recompress .Z files to .gz files
4 .SH SYNOPSIS
5 .B znew
6 [ -ftv9PK] [ name.Z ...  ]
7 .SH DESCRIPTION
8 .I  Znew
9 recompresses files from .Z (compress) format to .gz (gzip) format.
10 If you want to recompress a file already in gzip format, rename the file
11 to force a .Z extension then apply znew.
12 .SH OPTIONS
13 .TP
14 .B \-f
15 Force recompression from .Z to .gz format even if a .gz file already exists.
16 .TP
17 .B \-t
18 Tests the new files before deleting originals.
19 .TP
20 .B \-v
21 Verbose. Display the name and percentage reduction for each file compressed.
22 .TP
23 .B \-9
24 Use the slowest compression method (optimal compression).
25 .TP
26 .B \-P
27 Use pipes for the conversion to reduce disk space usage.
28 .TP
29 .B \-K
30 Keep a .Z file when it is smaller than the .gz file; implies
31 .BR -t .
32 .SH "SEE ALSO"
33 gzip(1), zmore(1), zdiff(1), zgrep(1), zforce(1), gzexe(1), compress(1)
34 .SH BUGS
35 If the
36 .B \-P
37 option is used,
38 .I znew
39 does not maintain the timestamp if
40 .IR touch (1)
41 does not support the
42 .B \-r
43 option, and does not maintain permissions if
44 .IR chmod (1)
45 does not support the
46 .B \-\-reference
47 option.