summaryrefslogtreecommitdiffstats
path: root/upstream/debian-unstable/man1/lz.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/debian-unstable/man1/lz.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/debian-unstable/man1/lz.1')
-rw-r--r--upstream/debian-unstable/man1/lz.142
1 files changed, 42 insertions, 0 deletions
diff --git a/upstream/debian-unstable/man1/lz.1 b/upstream/debian-unstable/man1/lz.1
new file mode 100644
index 00000000..af904628
--- /dev/null
+++ b/upstream/debian-unstable/man1/lz.1
@@ -0,0 +1,42 @@
+'\" t
+.\" ** The above line should force tbl to be a preprocessor **
+.\" Man page for lz
+.\"
+.\" Copyright (C), 2000, Robert A.R. King
+.\"
+.\" You may distribute under the terms of the GNU General Public
+.\" License as specified in the file COPYING that comes with the mtools
+.\" package
+.\"
+.\" Fri Dec 1 01:50:54 EST 2000 Robert A.R. King (Robert.King@mailbox.gu.edu.au)
+.\"
+.TH LZ 1 "Wed Feb 23 00:00:00 EET 2000" "" "Mtools Users Manual"
+.SH NAME
+lz \- gunzips and shows a listing of a gzip'd tar'd archive
+.SH SYNOPSIS
+.\" The command line
+.B lz
+.I file
+.SH DESCRIPTION
+.B lz
+provides a listing of a gzip'd tar'd archive, that is a \fBtar\fR(1) archive
+compressed with the \fBgzip\fR(1) utility.
+It is not strictly necessary on Debian GNU/Linux, because the GNU
+\fBtar\fR(1) program provides the same capability with the command
+
+.B tar -tzf
+.I file
+
+but this utility is provided in the mtools package for other platforms and
+is retained here for completeness.
+
+.SH AUTHOR
+Robert King (Robert.King@mailbox.gu.edu.au) wrote this page for the
+.I Debian/GNU
+mtools package.
+
+.SH "SEE ALSO"
+.BR mtools (1),
+.BR gzip (1),
+.BR tar (1),
+.BR uz (1).