UNZIP(1L) UNZIP(1L)
NAME
unzip - list, test and extract compressed files in a ZIP archive
SYNOPSIS
unzip [-Z] [-cflptTuvz[abjnoqsCKLMOSVX$/:]] file[.zip] [file(s) ...] [-x xfile(s) ...]
[-d exdir]
DESCRIPTION
unzip will list, test, or extract files from a ZIP archive, commonly found on MS-DOS sys‐
tems. The default behavior (with no options) is to extract into the current directory (and
subdirectories below it) all files from the specified ZIP archive. A companion program,
zip(1L), creates ZIP archives; both programs are compatible with archives created by
PKWARE's PKZIP and PKUNZIP for MS-DOS, but in many cases the program options or default
behaviors differ.
ARGUMENTS
file[.zip]
Path of the ZIP archive(s). If the file specification is a wildcard, each matching
file is processed in an order determined by the operating system (or file system).
Only the filename can be a wildcard; the path itself cannot. Wildcard expressions
are similar to those supported in commonly used Unix shells (sh, ksh, csh) and may
contain:
* matches a sequence of 0 or more characters
? matches exactly 1 character
[...] matches any single character found inside the brackets; ranges are specified
by a beginning character, a hyphen, and an ending character. If an exclama‐
tion point or a caret (`!' or `^') follows the left bracket, then the range
of characters within the brackets is complemented (that is, anything except
the characters inside the brackets is considered a match). To specify a ver‐
batim left bracket, the three-character sequence ``[[]'' has to be used.
Lesezeichen