Alistair Delva | beaee83 | 2021-02-24 11:27:23 -0800 | [diff] [blame] | 1 | '\" t |
| 2 | .\" ** The above line should force tbl to be a preprocessor ** |
| 3 | .\" Man page for lz |
| 4 | .\" |
| 5 | .\" Copyright (C), 2000, Robert A.R. King |
| 6 | .\" |
| 7 | .\" You may distribute under the terms of the GNU General Public |
| 8 | .\" License as specified in the file COPYING that comes with the mtools |
| 9 | .\" package |
| 10 | .\" |
| 11 | .\" Fri Dec 1 01:50:54 EST 2000 Robert A.R. King (Robert.King@mailbox.gu.edu.au) |
| 12 | .\" |
| 13 | .TH LZ 1 "Wed Feb 23 00:00:00 EET 2000" "" "Mtools Users Manual" |
| 14 | .SH NAME |
| 15 | lz \- gunzips and shows a listing of a gzip'd tar'd archive |
| 16 | .SH SYNOPSIS |
| 17 | .\" The command line |
| 18 | .B lz |
| 19 | .I file |
| 20 | .SH DESCRIPTION |
| 21 | .B lz |
| 22 | provides a listing of a gzip'd tar'd archive, that is a \fBtar\fR(1) archive |
| 23 | compressed with the \fBgzip\fR(1) utility. |
| 24 | It is not strictly necessary on Debian GNU/Linux, because the GNU |
| 25 | \fBtar\fR(1) program provides the same capability with the command |
| 26 | |
| 27 | .B tar -tzf |
| 28 | .I file |
| 29 | |
| 30 | but this utility is provided in the mtools package for other platforms and |
| 31 | is retained here for completeness. |
| 32 | |
| 33 | .SH AUTHOR |
| 34 | Robert King (Robert.King@mailbox.gu.edu.au) wrote this page for the |
| 35 | .I Debian/GNU |
| 36 | mtools package. |
| 37 | |
| 38 | .SH "SEE ALSO" |
| 39 | .BR mtools (1), |
| 40 | .BR gzip (1), |
| 41 | .BR tar (1), |
| 42 | .BR uz (1). |