Merge tag 'upstream/1.5'
[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 .I Znew
36 does not maintain the time stamp with the -P option if
37 .I cpmod(1)
38 is not available and
39 .I touch(1)
40 does not support the -r option.