kusano fc6ab3
.\"                                      Hey, EMACS: -*- nroff -*-
kusano fc6ab3
.TH miniunzip 1 "Nov 7, 2001"
kusano fc6ab3
.\" Please adjust this date whenever revising the manpage.
kusano fc6ab3
.\"
kusano fc6ab3
.\" Some roff macros, for reference:
kusano fc6ab3
.\" .nh        disable hyphenation
kusano fc6ab3
.\" .hy        enable hyphenation
kusano fc6ab3
.\" .ad l      left justify
kusano fc6ab3
.\" .ad b      justify to both left and right margins
kusano fc6ab3
.\" .nf        disable filling
kusano fc6ab3
.\" .fi        enable filling
kusano fc6ab3
.\" .br        insert line break
kusano fc6ab3
.\" .sp <n>    insert n+1 empty lines</n>
kusano fc6ab3
.\" for manpage-specific macros, see man(7)
kusano fc6ab3
.SH NAME
kusano fc6ab3
miniunzip - uncompress and examine ZIP archives
kusano fc6ab3
.SH SYNOPSIS
kusano fc6ab3
.B miniunzip
kusano fc6ab3
.RI [ -exvlo ]
kusano fc6ab3
zipfile [ files_to_extract ] [-d tempdir]
kusano fc6ab3
.SH DESCRIPTION
kusano fc6ab3
.B minizip
kusano fc6ab3
is a simple tool which allows the extraction of compressed file
kusano fc6ab3
archives in the ZIP format used by the MS-DOS utility PKZIP.  It was
kusano fc6ab3
written as a demonstration of the
kusano fc6ab3
.IR zlib (3)
kusano fc6ab3
library and therefore lack many of the features of the
kusano fc6ab3
.IR unzip (1)
kusano fc6ab3
program.
kusano fc6ab3
.SH OPTIONS
kusano fc6ab3
A number of options are supported.  With the exception of
kusano fc6ab3
.BI \-d\  tempdir
kusano fc6ab3
these must be supplied before any
kusano fc6ab3
other arguments and are:
kusano fc6ab3
.TP
kusano fc6ab3
.BI \-l\ ,\ \-\-v
kusano fc6ab3
List the files in the archive without extracting them.
kusano fc6ab3
.TP
kusano fc6ab3
.B \-o
kusano fc6ab3
Overwrite files without prompting for confirmation.
kusano fc6ab3
.TP
kusano fc6ab3
.B \-x
kusano fc6ab3
Extract files (default).
kusano fc6ab3
.PP
kusano fc6ab3
The
kusano fc6ab3
.I zipfile
kusano fc6ab3
argument is the name of the archive to process. The next argument can be used
kusano fc6ab3
to specify a single file to extract from the archive.
kusano fc6ab3
kusano fc6ab3
Lastly, the following option can be specified at the end of the command-line:
kusano fc6ab3
.TP
kusano fc6ab3
.BI \-d\  tempdir
kusano fc6ab3
Extract the archive in the directory
kusano fc6ab3
.I tempdir
kusano fc6ab3
rather than the current directory.
kusano fc6ab3
.SH SEE ALSO
kusano fc6ab3
.BR minizip (1),
kusano fc6ab3
.BR zlib (3),
kusano fc6ab3
.BR unzip (1).
kusano fc6ab3
.SH AUTHOR
kusano fc6ab3
This program was written by Gilles Vollant.  This manual page was
kusano fc6ab3
written by Mark Brown <broonie@sirena.org.uk>. The -d tempdir option</broonie@sirena.org.uk>
kusano fc6ab3
was added by Dirk Eddelbuettel <edd@debian.org>.</edd@debian.org>