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