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