Files
rk35xx-android14/external/mtools/uz.1
T
hmz007 36ed224bac Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a)
Signed-off-by: hmz007 <hmz007@gmail.com>
Change-Id: Ib87fdbe7a0be7dc961af3500fe9ea4589a127f9f
2024-10-29 18:12:02 +08:00

44 lines
1.1 KiB
Groff

'\" t
.\" ** The above line should force tbl to be a preprocessor **
.\" Man page for uz
.\"
.\" 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 UZ 1 "Wed Feb 23 00:00:00 EET 2000" "" "Mtools Users Manual"
.SH NAME
uz \- gunzips and extracts a gzip'd tar'd archive
.SH SYNOPSIS
.\" The command line
.B uz
.I file
.SH DESCRIPTION
.B uz
extracts 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 -xzf
.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 lz (1).