Uncompress and examine zip archives
miniunzip [-exvlo] zipfile [ files_to_extract ] [-d tempdir]
A number of options are supported. With the exception of -dtempdir these must be supplied before any other arguments and are:
-l,--v
List the files in the archive without extracting them.
-o
Overwrite files without prompting for confirmation.
-x
Extract files (default).
The zipfile argument is the name of the archive to process. The next argument can be used to specify a single file to extract from the archive.
Lastly, the following option can be specified at the end of the command-line:
-dtempdir
Extract the archive in the directory tempdir rather than the current directory.
This program was written by Gilles Vollant. This manual page was written by Mark Brown <[email protected]>. The -d tempdir option was added by Dirk Eddelbuettel <[email protected]>.