Rev | Line | |
---|
[3325] | 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
|
---|
| 31 | .SH "SEE ALSO"
|
---|
| 32 | gzip(1), zmore(1), zdiff(1), zgrep(1), zforce(1), gzexe(1), compress(1)
|
---|
| 33 | .SH BUGS
|
---|
| 34 | .I Znew
|
---|
| 35 | does not maintain the time stamp with the -P option if
|
---|
| 36 | .I cpmod(1)
|
---|
| 37 | is not available and
|
---|
| 38 | .I touch(1)
|
---|
| 39 | does not support the -r option.
|
---|
Note:
See
TracBrowser
for help on using the repository browser.