blob: 08cede9e72bc12fb56e6e45e379860771dcf8148 [file] [log] [blame]
Alistair Delvabeaee832021-02-24 11:27:23 -08001'\" t
2.\" ** The above line should force tbl to be a preprocessor **
3.\" Man page for uz
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 UZ 1 "Wed Feb 23 00:00:00 EET 2000" "" "Mtools Users Manual"
14.SH NAME
15uz \- gunzips and extracts a gzip'd tar'd archive
16.SH SYNOPSIS
17.\" The command line
18.B uz
19.I file
20.SH DESCRIPTION
21.B uz
22extracts a gzip'd tar'd archive, that is a \fBtar\fR(1) archive
23compressed with the \fBgzip\fR(1) utility.
24It 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 -xzf
28.I file
29
30but this utility is provided in the mtools package for other platforms and
31is retained here for completeness.
32
33.SH AUTHOR
34Robert King (Robert.King@mailbox.gu.edu.au) wrote this page for the
35.I Debian/GNU
36mtools package.
37
38
39.SH "SEE ALSO"
40.BR mtools (1),
41.BR gzip (1),
42.BR tar (1),
43.BR lz (1).