summaryrefslogtreecommitdiffstats
path: root/upstream/opensuse-tumbleweed/man1/bznew.1
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 19:43:11 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 19:43:11 +0000
commitfc22b3d6507c6745911b9dfcc68f1e665ae13dbc (patch)
treece1e3bce06471410239a6f41282e328770aa404a /upstream/opensuse-tumbleweed/man1/bznew.1
parentInitial commit. (diff)
downloadmanpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.tar.xz
manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.zip
Adding upstream version 4.22.0.upstream/4.22.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'upstream/opensuse-tumbleweed/man1/bznew.1')
-rw-r--r--upstream/opensuse-tumbleweed/man1/bznew.139
1 files changed, 39 insertions, 0 deletions
diff --git a/upstream/opensuse-tumbleweed/man1/bznew.1 b/upstream/opensuse-tumbleweed/man1/bznew.1
new file mode 100644
index 00000000..12ef08b6
--- /dev/null
+++ b/upstream/opensuse-tumbleweed/man1/bznew.1
@@ -0,0 +1,39 @@
+.TH BZNEW 1
+.SH NAME
+bznew \- recompress .gz or .tgz files to .bz2 files
+.SH SYNOPSIS
+.B bznew
+[ -ftv9PK] [ name.gz ... ]
+.SH DESCRIPTION
+.I Bznew
+recompresses files from .gz (gzip) format to .bz2 (bzip2) format.
+If you want to recompress a file already in bzip2 format, rename the file
+to force a .bz2 extension then apply bznew.
+.SH OPTIONS
+.TP
+.B \-f
+Force recompression from .gz to .bz2 format even if a .bz2 file already exists.
+.TP
+.B \-t
+Tests the new files before deleting originals.
+.TP
+.B \-v
+Verbose. Display the name and percentage reduction for each file compressed.
+.TP
+.B \-9
+Use the slowest compression method (optimal compression).
+.TP
+.B \-P
+Use pipes for the conversion to reduce disk space usage.
+.TP
+.B \-K
+Keep a .gz file when it is smaller than the .bz2 file
+.SH "SEE ALSO"
+bzip2(1), gzip(1)
+.SH BUGS
+.I Bznew
+does not maintain the time stamp with the -P option if
+.I cpmod(1)
+is not available and
+.I touch(1)
+does not support the -r option.