unzip <file> {,<dir> }
Unzip (expand) a zip archive into a designated directory.
<file>
The file to be unzipped. This should be a .zip archive.
<dir>
An existing directory into which the file will be expanded. If this is omitted,
the current working directory is used.
none
The zip file is not deleted by this command.
Expand a zip archive into a specified directory.
unzip c:/temp/images.zip, /tmp/cache/images
Commands: