unzip.1
上传用户:andy_li
上传日期:2007-01-06
资源大小:1019k
文件大小:37k
源码类别:

压缩解压

开发平台:

MultiPlatform

  1. ." Info-ZIP grants permission to any individual or institution to use, copy,
  2. ." or redistribute this software, so long as:  (1) all of the original files
  3. ." are included; (2) it is not sold for profit; and (3) this notice is re-
  4. ." tained.  See the UnZip COPYING file for details.
  5. ."
  6. ." unzip.1 by Greg Roelofs, Fulvio Marino, Jim van Zandt and others.
  7. ."
  8. ." =========================================================================
  9. ." define .Y macro (for user-command examples; normal Courier font):
  10. .de Y
  11. .ft CW
  12. .in +4n
  13. .nf
  14. &\$1
  15. .ft
  16. .in
  17. .fi
  18. ..
  19. ." =========================================================================
  20. .TH UNZIP 1L "28 November 1998 (v5.4)" "Info-ZIP"
  21. .SH NAME
  22. unzip - list, test and extract compressed files in a ZIP archive
  23. .PD
  24. .SH SYNOPSIS
  25. fBunzipfP [fB-ZfP] [fB-cflptuvzfP[fBabjnoqsCLMVX$fP]]
  26. fIfilefP[fI.zipfP] [fIfile(s)fP .|.|.]
  27. [fB-xfP fIxfile(s)fP .|.|.] [fB-dfP fIexdirfP]
  28. .PD
  29. ." =========================================================================
  30. .SH DESCRIPTION
  31. fIunzipfP will list, test, or extract files from a ZIP archive, commonly
  32. found on MS-DOS systems.  The default behavior (with no options) is to extract
  33. into the current directory (and subdirectories below it) all files from the
  34. specified ZIP archive.  A companion program, fIzipfP(1L), creates ZIP
  35. archives; both programs are compatible with archives created by PKWARE's
  36. fIPKZIPfP and fIPKUNZIPfP for MS-DOS, but in many cases the program
  37. options or default behaviors differ.
  38. .PD
  39. ." =========================================================================
  40. .SH ARGUMENTS
  41. .TP
  42. .IR file [ .zip ]
  43. Path of the ZIP archive(s).  If the file specification is a wildcard,
  44. each matching file is processed in an order determined by the operating
  45. system (or file system).  Only the filename can be a wildcard; the path
  46. itself cannot.  Wildcard expressions are similar to Unix fIegrepfP(1)
  47. (regular) expressions and may contain:
  48. .RS
  49. .IP *
  50. matches a sequence of 0 or more characters
  51. .IP ?
  52. matches exactly 1 character
  53. .IP [.|.|.]
  54. matches any single character found inside the brackets; ranges are specified
  55. by a beginning character, a hyphen, and an ending character.  If an exclamation
  56. point or a caret (`!' or `^') follows the left bracket, then the range of
  57. characters within the brackets is complemented (that is, anything fIexceptfP
  58. the characters inside the brackets is considered a match).
  59. .RE
  60. .IP
  61. (Be sure to quote any character that might otherwise be interpreted or
  62. modified by the operating system, particularly under Unix and VMS.)  If no
  63. matches are found, the specification is assumed to be a literal filename;
  64. and if that also fails, the suffix fC.zipfR is appended.  Note that
  65. self-extracting ZIP files are supported, as with any other ZIP archive;
  66. just specify the fC.exefR suffix (if any) explicitly.
  67. .IP [fIfile(s)fP]
  68. An optional list of archive members to be processed, separated by spaces.
  69. (VMS versions compiled with VMSCLI defined must delimit files with commas
  70. instead.  See fB-vfP in fBOPTIONSfP below.)
  71. Regular expressions (wildcards) may be used to match multiple members; see
  72. above.  Again, be sure to quote expressions that would otherwise be expanded
  73. or modified by the operating system.
  74. .IP [fB-xfP fIxfile(s)fP]
  75. An optional list of archive members to be excluded from processing.
  76. Since wildcard characters match directory separators (`/'), this option
  77. may be used to exclude any files that are in subdirectories.  For
  78. example, ``fCunzip foo *.[ch] -x */*fR'' would extract all C source files
  79. in the main directory, but none in any subdirectories.  Without the fB-xfP
  80. option, all C source files in all directories within the zipfile would be
  81. extracted.
  82. .IP [fB-dfP fIexdirfP]
  83. An optional directory to which to extract files.  By default, all files
  84. and subdirectories are recreated in the current directory; the fB-dfP
  85. option allows extraction in an arbitrary directory (always assuming one
  86. has permission to write to the directory).  This option need not appear
  87. at the end of the command line; it is also accepted before the zipfile
  88. specification (with the normal options), immediately after the zipfile
  89. specification, or between the fIfile(s)fP and the fB-xfP option.
  90. The option and directory may be concatenated without any white space
  91. between them, but note that this may cause normal shell behavior to be
  92. suppressed.  In particular, ``fC-d ~fR'' (tilde) is expanded by Unix
  93. C shells into the name of the user's home directory, but ``fC-d~fR''
  94. is treated as a literal subdirectory ``fB~fP'' of the current directory.
  95. ." =========================================================================
  96. .SH OPTIONS
  97. Note that, in order to support obsolescent hardware, fIunzipfP's usage
  98. screen is limited to 22 or 23 lines and should therefore be considered
  99. only a reminder of the basic fIunzipfP syntax rather than an exhaustive
  100. list of all possible flags.  The exhaustive list follows:
  101. .TP
  102. .B -Z
  103. fIzipinfofP(1L) mode.  If the first option on the command line is fB-ZfP,
  104. the remaining options are taken to be fIzipinfofP(1L) options.  See the
  105. appropriate manual page for a description of these options.
  106. .TP
  107. .B -A
  108. [OS/2, Unix DLL] print extended help for the DLL's programming interface (API).
  109. .TP
  110. .B -c
  111. extract files to stdout/screen (``CRT'').  This option is similar to the
  112. fB-pfP option except that the name of each file is printed as it is
  113. extracted, the fB-afP option is allowed, and ASCII-EBCDIC conversion
  114. is automatically performed if appropriate.  This option is not listed in
  115. the fIunzipfP usage screen.
  116. .TP
  117. .B -f
  118. freshen existing files, i.e., extract only those files that
  119. already exist on disk and that are newer than the disk copies.  By
  120. default fIunzipfP queries before overwriting, but the fB-ofP option
  121. may be used to suppress the queries.  Note that under many operating systems,
  122. the TZ (timezone) environment variable must be set correctly in order for
  123. fB-ffP and fB-ufP to work properly (under Unix the variable is usually
  124. set automatically).  The reasons for this are somewhat subtle but
  125. have to do with the differences between DOS-format file times (always local
  126. time) and Unix-format times (always in GMT/UTC) and the necessity to compare
  127. the two.  A typical TZ value is ``PST8PDT'' (US Pacific time with automatic
  128. adjustment for Daylight Savings Time or ``summer time'').
  129. .TP
  130. .B -l
  131. list archive files (short format).  The names, uncompressed file sizes and
  132. modification dates and times of the specified files are printed, along
  133. with totals for all files specified.  If UnZip was compiled with OS2_EAS
  134. defined, the fB-lfP option also lists columns for the sizes of stored
  135. OS/2 extended attributes (EAs) and OS/2 access control lists (ACLs).  In
  136. addition, the zipfile comment and individual file comments (if any) are
  137. displayed.  If a file was archived from a single-case file system (for
  138. example, the old MS-DOS FAT file system) and the fB-LfP option was given,
  139. the filename is converted to lowercase and is prefixed with a caret (^).
  140. .TP
  141. .B -p
  142. extract files to pipe (stdout).  Nothing but the file data is sent to
  143. stdout, and the files are always extracted in binary format, just as they
  144. are stored (no conversions).
  145. .TP
  146. .B -t
  147. test archive files.  This option extracts each specified file in memory
  148. and compares the CRC (cyclic redundancy check, an enhanced checksum) of
  149. the expanded file with the original file's stored CRC value.
  150. .TP
  151. .B -T
  152. [most OSes] set the timestamp on the archive(s) to that of the newest file
  153. in each one.  This corresponds to fIzipfP's fB-gofP option except that
  154. it can be used on wildcard zipfiles (e.g., ``fCunzip -T e*.zipfR'') and
  155. is much faster.
  156. .TP
  157. .B -u
  158. update existing files and create new ones if needed.  This option performs
  159. the same function as the fB-ffP option, extracting (with query) files
  160. that are newer than those with the same name on disk, and in addition it
  161. extracts those files that do not already exist on disk.  See fB-ffP
  162. above for information on setting the timezone properly.
  163. .TP
  164. .B -v
  165. be verbose or print diagnostic version info.  This option has evolved and
  166. now behaves as both an option and a modifier.  As an option it has two
  167. purposes:  when a zipfile is specified with no other options, fB-vfP lists
  168. archive files verbosely, adding to the basic fB-lfP info the compression
  169. method, compressed size, compression ratio and 32-bit CRC.  When no zipfile
  170. is specified (that is, the complete command is simply ``fCunzip -vfR''), a
  171. diagnostic screen is printed.  In addition to the normal header with release
  172. date and version, fIunzipfP lists the home Info-ZIP ftp site and where to
  173. find a list of other ftp and non-ftp sites; the target operating system for
  174. which it was compiled, as well as (possibly) the hardware on which it was
  175. compiled, the compiler and version used, and the compilation date; any special
  176. compilation options that might affect the program's operation (see also
  177. fBDECRYPTIONfP below); and any options stored in environment variables
  178. that might do the same (see fBENVIRONMENT OPTIONSfP below).  As a
  179. modifier it works in conjunction with other options (e.g., fB-tfP) to
  180. produce more verbose or debugging output; this is not yet fully implemented
  181. but will be in future releases.
  182. .TP
  183. .B -z
  184. display only the archive comment.
  185. .PD
  186. ." =========================================================================
  187. .SH MODIFIERS
  188. .TP
  189. .B -a
  190. convert text files.  Ordinarily all files are extracted exactly as they
  191. are stored (as ``binary'' files).  The fB-afP option causes files identified
  192. by fIzipfP as text files (those with the `t' label in fIzipinfofP
  193. listings, rather than `b') to be automatically extracted as such, converting
  194. line endings, end-of-file characters and the character set itself as necessary.
  195. (For example, Unix files use line feeds (LFs) for end-of-line (EOL) and
  196. have no end-of-file (EOF) marker; Macintoshes use carriage returns (CRs)
  197. for EOLs; and most PC operating systems use CR+LF for EOLs and control-Z for
  198. EOF.  In addition, IBM mainframes and the Michigan Terminal System use EBCDIC
  199. rather than the more common ASCII character set, and NT supports Unicode.)
  200. Note that fIzipfP's identification of text files is by no means perfect; some
  201. ``text'' files may actually be binary and vice versa.  fIunzipfP therefore
  202. prints ``fC[text]fR'' or ``fC[binary]fR'' as a visual check for each file
  203. it extracts when using the fB-afP option.  The fB-aafP option forces
  204. all files to be extracted as text, regardless of the supposed file type.
  205. .TP
  206. .B -b
  207. [non-VMS] treat all files as binary (no text conversions).  This is a shortcut
  208. for fB---afP.
  209. .TP
  210. .B -b
  211. [VMS] auto-convert binary files (see fB-afP above) to fixed-length,
  212. 512-byte record format.  Doubling the option (fB-bbfP) forces all files
  213. to be extracted in this format.
  214. .TP
  215. .B -B
  216. [Unix only, and only if compiled with UNIXBACKUP defined] save a backup copy
  217. of each overwritten file with a tilde appended (e.g., the old copy of
  218. ``fCfoofR'' is renamed to ``fCfoo~fR'').  This is similar to the default
  219. behavior of fIemacsfP(1) in many locations.
  220. .TP
  221. .B -C
  222. match filenames case-insensitively.  fIunzipfP's philosophy is ``you get
  223. what you ask for'' (this is also responsible for the fB-LfP/fB-UfP
  224. change; see the relevant options below).  Because some file systems are fully
  225. case-sensitive (notably those under the Unix operating system) and because
  226. both ZIP archives and fIunzipfP itself are portable across platforms,
  227. fIunzipfP's default behavior is to match both wildcard and literal filenames
  228. case-sensitively.  That is, specifying ``fCmakefilefR'' on the command line
  229. will fIonlyfP match ``makefile'' in the archive, not ``Makefile'' or
  230. ``MAKEFILE'' (and similarly for wildcard specifications).  Since this does
  231. not correspond to the behavior of many other operating/file systems (for
  232. example, OS/2 HPFS, which preserves mixed case but is not sensitive to it),
  233. the fB-CfP option may be used to force all filename matches to be
  234. case-insensitive.  In the example above, all three files would then match
  235. ``fCmakefilefR'' (or ``fCmake*fR'', or similar).  The fB-CfP option
  236. affects files in both the normal file list and the excluded-file list (xlist).
  237. .TP
  238. .B -E
  239. [MacOS only] display contents of MacOS extra field during restore operation.
  240. .TP
  241. .B -F
  242. [Acorn only] suppress removal of NFS filetype extension from stored filenames.
  243. .TP
  244. .B -F
  245. [Unix only, and only if compiled with ACORN_FTYPE_NFS defined] translate
  246. filetype information from ACORN RISC OS extra field blocks into a
  247. NFS filetype extension and append it to the names of the extracted files.
  248. (When the stored filename appears to already have an appended NFS filetype
  249. extension, it is replaced by the info from the extra field.)
  250. .TP
  251. .B -i
  252. [MacOS only] ignore filenames stored in MacOS extra fields. Instead, the
  253. most compatible filename stored in the generic part of the entry's header
  254. is used.
  255. .TP
  256. .B -j
  257. junk paths.  The archive's directory structure is not recreated; all files
  258. are deposited in the extraction directory (by default, the current one).
  259. .TP
  260. .B -J
  261. [BeOS only] junk file attributes.  The file's BeOS file attributes are not
  262. restored, just the file's data.
  263. .TP
  264. .B -J
  265. [MacOS only] ignore MacOS extra fields.  All Macintosh specific info
  266. is skipped. Data-fork and resource-fork are restored as separate files.
  267. .TP
  268. .B -L
  269. convert to lowercase any filename originating on an uppercase-only operating
  270. system or file system.  (This was fIunzipfP's default behavior in releases
  271. prior to 5.11; the new default behavior is identical to the old behavior with
  272. the fB-UfP option, which is now obsolete and will be removed in a future
  273. release.)  Depending on the archiver, files archived under single-case
  274. file systems (VMS, old MS-DOS FAT, etc.) may be stored as all-uppercase names;
  275. this can be ugly or inconvenient when extracting to a case-preserving
  276. file system such as OS/2 HPFS or a case-sensitive one such as under
  277. Unix.  By default fIunzipfP lists and extracts such filenames exactly as
  278. they're stored (excepting truncation, conversion of unsupported characters,
  279. etc.); this option causes the names of all files from certain systems to be
  280. converted to lowercase.
  281. .TP
  282. .B -M
  283. pipe all output through an internal pager similar to the UnixfImorefP(1)
  284. command.  At the end of a screenful of output, fIunzipfP pauses with a
  285. ``--More--'' prompt; the next screenful may be viewed by pressing the
  286. Enter (Return) key or the space bar.  fIunzipfP can be terminated by
  287. pressing the ``q'' key and, on some systems, the Enter/Return key.  Unlike
  288. Unix fImorefP(1), there is no forward-searching or editing capability.
  289. Also, fIunzipfP doesn't notice if long lines wrap at the edge of the screen,
  290. effectively resulting in the printing of two or more lines and the likelihood
  291. that some text will scroll off the top of the screen before being viewed.
  292. On some systems the number of available lines on the screen is not detected,
  293. in which case fIunzipfP assumes the height is 24 lines.
  294. .TP
  295. .B -n
  296. never overwrite existing files.  If a file already exists, skip the extraction
  297. of that file without prompting.  By default fIunzipfP queries before
  298. extracting any file that already exists; the user may choose to overwrite
  299. only the current file, overwrite all files, skip extraction of the current
  300. file, skip extraction of all existing files, or rename the current file.
  301. .TP
  302. .B -N
  303. [Amiga] extract file comments as Amiga filenotes.  File comments are created
  304. with the -c option of fIzipfP(1L), or with the -N option of the Amiga port
  305. of fIzipfP(1L), which stores filenotes as comments.
  306. .TP
  307. .B -o
  308. overwrite existing files without prompting.  This is a dangerous option, so
  309. use it with care.  (It is often used with fB-ffP, however, and is the only
  310. way to overwrite directory EAs under OS/2.)
  311. .TP
  312. .IP fB-PfP fIpasswordfP
  313. use fIpasswordfP to decrypt encrypted zipfile entries (if any).  fBTHIS IS
  314. INSECURE!fP  Many multi-user operating systems provide ways for any user to
  315. see the current command line of any other user; even on stand-alone systems
  316. there is always the threat of over-the-shoulder peeking.  Storing the plaintext
  317. password as part of a command line in an automated script is even worse.
  318. Whenever possible, use the non-echoing, interactive prompt to enter passwords.
  319. (And where security is truly important, use strong encryption such as Pretty
  320. Good Privacy instead of the relatively weak encryption provided by standard
  321. zipfile utilities.)
  322. .TP
  323. .B -q
  324. perform operations quietly (fB-qqfP = even quieter).  Ordinarily fIunzipfP
  325. prints the names of the files it's extracting or testing, the extraction
  326. methods, any file or zipfile comments that may be stored in the archive,
  327. and possibly a summary when finished with each archive.  The fB-qfP[fBqfP]
  328. options suppress the printing of some or all of these messages.
  329. .TP
  330. .B -s
  331. [OS/2, NT, MS-DOS] convert spaces in filenames to underscores.  Since all PC
  332. operating systems allow spaces in filenames, fIunzipfP by default extracts
  333. filenames with spaces intact (e.g., ``fCEA DATA. SFfR'').  This can be
  334. awkward, however, since MS-DOS in particular does not gracefully support
  335. spaces in filenames.  Conversion of spaces to underscores can eliminate the
  336. awkwardness in some cases.
  337. .TP
  338. .B -U
  339. (obsolete; to be removed in a future release) leave filenames uppercase if
  340. created under MS-DOS, VMS, etc.  See fB-LfP above.
  341. .TP
  342. .B -V
  343. retain (VMS) file version numbers.  VMS files can be stored with a version
  344. number, in the format fCfile.ext;##fR.  By default the ``fC;##fR'' version
  345. numbers are stripped, but this option allows them to be retained.  (On
  346. file systems that limit filenames to particularly short lengths, the version
  347. numbers may be truncated or stripped regardless of this option.)
  348. .TP
  349. .B -X
  350. [VMS, Unix, OS/2, NT] restore owner/protection info (UICs) under VMS, or user
  351. and group info (UID/GID) under Unix, or access control lists (ACLs) under
  352. certain network-enabled versions of OS/2 (Warp Server with IBM LAN
  353. Server/Requester 3.0 to 5.0; Warp Connect with IBM Peer 1.0), or security ACLs
  354. under Windows NT.  In most cases this will require special system privileges,
  355. and doubling the option (fB-XXfP) under NT instructs fIunzipfP to use
  356. privileges for extraction; but under Unix, for example, a user who belongs to
  357. several groups can restore files owned by any of those groups, as long as the
  358. user IDs match his or her own.  Note that ordinary file attributes are always
  359. restored--this option applies only to optional, extra ownership info available
  360. on some operating systems.  [NT's access control lists do not appear to be
  361. especially compatible with OS/2's, so no attempt is made at cross-platform
  362. portability of access privileges.  It is not clear under what conditions this
  363. would ever be useful anyway.]
  364. .TP
  365. .B -$
  366. ." Amiga support possible eventually, but not yet
  367. [MS-DOS, OS/2, NT] restore the volume label if the extraction medium is
  368. removable (e.g., a diskette).  Doubling the option (fB-$$fP) allows fixed
  369. media (hard disks) to be labelled as well.  By default, volume labels are
  370. ignored.
  371. .PD
  372. ." =========================================================================
  373. .SH "ENVIRONMENT OPTIONS"
  374. fIunzipfP's default behavior may be modified via options placed in
  375. an environment variable.  This can be done with any option, but it
  376. is probably most useful with the fB-afP, fB-LfP, fB-CfP, fB-qfP,
  377. fB-ofP, or fB-nfP modifiers:  make fIunzipfP auto-convert text
  378. files by default, make it convert filenames from uppercase systems to
  379. lowercase, make it match names case-insensitively, make it quieter,
  380. or make it always overwrite or never overwrite files as it extracts
  381. them.  For example, to make fIunzipfP act as quietly as possible, only
  382. reporting errors, one would use one of the following commands:
  383. .PP
  384. .DT
  385. .ft CW
  386. .in +4n
  387. .ta w'UNZIP=-qq; export UNZIP'u+4n
  388. .in
  389. .ft
  390. .PD 0
  391. .Y "UNZIP=-qq; export UNZIPtfRUnix Bourne shell"
  392. .Y "setenv UNZIP -qqtfRUnix C shell"
  393. .Y "set UNZIP=-qqtfROS/2 or MS-DOS"
  394. .Y "define UNZIP_OPTS ""-qq""tfRVMS (quotes for fIlowercasefP)"
  395. .PD
  396. .PP
  397. Environment options are, in effect, considered to be just like any other
  398. command-line options, except that they are effectively the first options
  399. on the command line.  To override an environment option, one may use the
  400. ``minus operator'' to remove it.  For instance, to override one of the
  401. quiet-flags in the example above, use the command
  402. .PP
  403. .Y "unzip --q[fIother optionsfC] zipfile"
  404. .PP
  405. The first hyphen is the normal
  406. switch character, and the second is a minus sign, acting on the q option.
  407. Thus the effect here is to cancel one quantum of quietness.  To cancel
  408. both quiet flags, two (or more) minuses may be used:
  409. .PP
  410. .PD 0
  411. .Y "unzip -t--q zipfile"
  412. .Y "unzip ---qt zipfile"
  413. .PD
  414. .PP
  415. (the two are equivalent).  This may seem awkward
  416. or confusing, but it is reasonably intuitive:  just ignore the first
  417. hyphen and go from there.  It is also consistent with the behavior of
  418. Unix fInicefP(1).
  419. .PP
  420. As suggested by the examples above, the default variable names are UNZIP_OPTS
  421. for VMS (where the symbol used to install fIunzipfP as a foreign command
  422. would otherwise be confused with the environment variable), and UNZIP
  423. for all other operating systems.  For compatibility with fIzipfP(1L),
  424. UNZIPOPT is also accepted (don't ask).  If both UNZIP and UNZIPOPT
  425. are defined, however, UNZIP takes precedence.  fIunzipfP's diagnostic
  426. option (fB-vfP with no zipfile name) can be used to check the values
  427. of all four possible fIunzipfP and fIzipinfofP environment variables.
  428. .PP
  429. The timezone variable (TZ) should be set according to the local timezone
  430. in order for the fB-ffP and fB-ufP to operate correctly.  See the
  431. description of fB-ffP above for details.  This variable may also be
  432. necessary in order for timestamps on extracted files to be set correctly.
  433. Under Windows 95/NT fIunzipfP should know the correct timezone even if
  434. TZ is unset, assuming the timezone is correctly set in the Control Panel.
  435. .PD
  436. ." =========================================================================
  437. .SH DECRYPTION
  438. Encrypted archives are fully supported by Info-ZIP software, but due to
  439. United States export restrictions, the encryption and decryption sources
  440. are not packaged with the regular fIunzipfP and fIzipfP distributions.
  441. Since the crypt sources were written by Europeans, however, they are
  442. freely available at sites throughout the world; see the file ``WHERE'' in
  443. any Info-ZIP source or binary distribution for locations both inside and
  444. outside the US.
  445. .PP
  446. Because of the separate distribution, not all compiled versions of fIunzipfP
  447. support decryption.  To check a version for crypt support, either attempt to
  448. test or extract an encrypted archive, or else check fIunzipfP's diagnostic
  449. screen (see the fB-vfP option above) for ``fC[decryption]fR'' as one of
  450. the special compilation options.
  451. .PP
  452. As noted above, the fB-PfP option may be used to supply a password on
  453. the command line, but at a cost in security.  The preferred decryption
  454. method is simply to extract normally; if a zipfile member is encrypted,
  455. fIunzipfP will prompt for the password without echoing what is typed.
  456. fIunzipfP continues to use the same password as long as it appears to be
  457. valid, by testing a 12-byte header on each file.  The correct password will
  458. always check out against the header, but there is a 1-in-256 chance that an
  459. incorrect password will as well.  (This is a security feature of the PKWARE
  460. zipfile format; it helps prevent brute-force attacks that might otherwise
  461. gain a large speed advantage by testing only the header.)  In the case that
  462. an incorrect password is given but it passes the header test anyway, either
  463. an incorrect CRC will be generated for the extracted data or else fIunzipfP
  464. will fail during the extraction because the ``decrypted'' bytes do not
  465. constitute a valid compressed data stream.
  466. .PP
  467. If the first password fails the header check on some file, fIunzipfP will
  468. prompt for another password, and so on until all files are extracted.  If
  469. a password is not known, entering a null password (that is, just a carriage
  470. return or ``Enter'') is taken as a signal to skip all further prompting.
  471. Only unencrypted files in the archive(s) will thereafter be extracted.  (In
  472. fact, that's not quite true; older versions of fIzipfP(1L) and
  473. fIzipcloakfP(1L) allowed null passwords, so fIunzipfP checks each encrypted
  474. file to see if the null password works.  This may result in ``false positives''
  475. and extraction errors, as noted above.)
  476. .PP
  477. Archives encrypted with 8-bit passwords (for example, passwords with accented
  478. European characters) may not be portable across systems and/or other
  479. archivers.  This problem stems from the use of multiple encoding methods for
  480. such characters, including Latin-1 (ISO 8859-1) and OEM code page 850.  DOS
  481. fIPKZIPfP 2.04g uses the OEM code page; Windows fIPKZIPfP 2.50 uses
  482. Latin-1 (and is therefore incompatible with DOS fIPKZIPfP); Info-ZIP uses
  483. the OEM code page on DOS, OS/2 and Win3.x ports but Latin-1 everywhere
  484. else; and Nico Mak's fIWinZipfP 6.x does not allow 8-bit passwords at all.
  485. fIUnZipfP 5.3 attempts to use the default character set first (e.g.,
  486. Latin-1), followed by the alternate one (e.g., OEM code page) to test
  487. passwords.  On EBCDIC systems, if both of these fail, EBCDIC encoding will
  488. be tested as a last resort.  (Since there are no known archivers that encrypt
  489. using EBCDIC encoding, EBCDIC is not tested on non-EBCDIC systems.)  ISO
  490. character encodings other than Latin-1 are not supported.
  491. .PD
  492. ." =========================================================================
  493. .SH EXAMPLES
  494. To use fIunzipfP to extract all members of the archive fIletters.zipfP
  495. into the current directory and subdirectories below it, creating any
  496. subdirectories as necessary:
  497. .PP
  498. .Y "unzip letters"
  499. .PP
  500. To extract all members of fIletters.zipfP into the current directory only:
  501. .PP
  502. .Y "unzip -j letters"
  503. .PP
  504. To test fIletters.zipfP, printing only a summary message indicating
  505. whether the archive is OK or not:
  506. .PP
  507. .Y "unzip -tq letters"
  508. .PP
  509. To test fIallfP zipfiles in the current directory, printing only the
  510. summaries:
  511. .PP
  512. .Y "unzip -tq e*.zip"
  513. .PP
  514. (The backslash before the asterisk is only required if the shell expands
  515. wildcards, as in Unix; double quotes could have been used instead, as in
  516. the source examples below.)  To extract to standard output all members of
  517. fIletters.zipfP whose names end in fI.texfP, auto-converting to the
  518. local end-of-line convention and piping the output into fImorefP(1):
  519. .PP
  520. .Y "unzip -ca letters e*.tex | more"
  521. .PP
  522. To extract the binary file fIpaper1.dvifP to standard output and pipe it
  523. to a printing program:
  524. .PP
  525. .Y "unzip -p articles paper1.dvi | dvips"
  526. .PP
  527. To extract all FORTRAN and C source files--*.f, *.c, *.h, and Makefile--into
  528. the /tmp directory:
  529. .PP
  530. .Y "unzip source.zip ""*.[fch]"" Makefile -d /tmp"
  531. .PP
  532. (the double quotes are necessary only in Unix and only if globbing is turned
  533. on).  To extract all FORTRAN and C source files, regardless of case (e.g.,
  534. both *.c and *.C, and any makefile, Makefile, MAKEFILE or similar):
  535. .PP
  536. .Y "unzip -C source.zip ""*.[fch]"" makefile -d /tmp"
  537. .PP
  538. To extract any such files but convert any uppercase MS-DOS or VMS names to
  539. lowercase and convert the line-endings of all of the files to the local
  540. standard (without respect to any files that might be marked ``binary''):
  541. .PP
  542. .Y "unzip -aaCL source.zip ""*.[fch]"" makefile -d /tmp"
  543. .PP
  544. To extract only newer versions of the files already in the current
  545. directory, without querying (NOTE:  be careful of unzipping in one timezone a
  546. zipfile created in another--ZIP archives other than those created by Zip 2.1
  547. or later contain no timezone information, and a ``newer'' file from an eastern
  548. timezone may, in fact, be older):
  549. .PP
  550. .Y "unzip -fo sources"
  551. .PP
  552. To extract newer versions of the files already in the current directory and
  553. to create any files not already there (same caveat as previous example):
  554. .PP
  555. .Y "unzip -uo sources"
  556. .PP
  557. To display a diagnostic screen showing which fIunzipfP and fIzipinfofP
  558. options are stored in environment variables, whether decryption support was
  559. compiled in, the compiler with which fIunzipfP was compiled, etc.:
  560. .PP
  561. .Y "unzip -v"
  562. .PP
  563. In the last five examples, assume that UNZIP or UNZIP_OPTS is set to -q.
  564. To do a singly quiet listing:
  565. .PP
  566. .Y "unzip -l file.zip"
  567. .PP
  568. To do a doubly quiet listing:
  569. .PP
  570. .Y "unzip -ql file.zip"
  571. .PP
  572. (Note that the ``fC.zipfR'' is generally not necessary.)  To do a standard
  573. listing:
  574. .PP
  575. .PD 0
  576. .Y "unzip --ql file.zip"
  577. .PP
  578. or
  579. .Y "unzip -l-q file.zip"
  580. .PP
  581. or
  582. .Y "unzip -l--q file.ziptfR(extra minuses don't hurt)"
  583. .PD
  584. ." =========================================================================
  585. .SH TIPS
  586. The current maintainer, being a lazy sort, finds it very useful to define
  587. a pair of aliases:  fCttfR for ``fCunzip -tqfR'' and fCiifR for
  588. ``fCunzip -ZfR'' (or ``fCzipinfofR'').  One may then simply type
  589. ``fCtt zipfilefR'' to test an archive, something that is worth making a
  590. habit of doing.  With luck fIunzipfP will report ``fCNo errors detected
  591. in compressed data of zipfile.zipfR,'' after which one may breathe a sigh
  592. of relief.
  593. .PP
  594. The maintainer also finds it useful to set the UNZIP environment variable
  595. to ``fC-aLfR'' and is tempted to add ``fC-CfR'' as well.  His ZIPINFO
  596. variable is set to ``fC-zfR''.
  597. .PD
  598. ." =========================================================================
  599. .SH DIAGNOSTICS
  600. The exit status (or error level) approximates the exit codes defined by PKWARE
  601. and takes on the following values, except under VMS:
  602. .RS
  603. .IP 0
  604. normal; no errors or warnings detected.
  605. .IP 1
  606. one or more warning errors were encountered, but processing completed
  607. successfully anyway.  This includes zipfiles where one or more files
  608. was skipped due to unsupported compression method or encryption with an
  609. unknown password.
  610. .IP 2
  611. a generic error in the zipfile format was detected.  Processing may have
  612. completed successfully anyway; some broken zipfiles created by other
  613. archivers have simple work-arounds.
  614. .IP 3
  615. a severe error in the zipfile format was detected.  Processing probably
  616. failed immediately.
  617. .IP 4
  618. fIunzipfP was unable to allocate memory for one or more buffers during
  619. program initialization.
  620. .IP 5
  621. fIunzipfP was unable to allocate memory or unable to obtain a tty to read
  622. the decryption password(s).
  623. .IP 6
  624. fIunzipfP was unable to allocate memory during decompression to disk.
  625. .IP 7
  626. fIunzipfP was unable to allocate memory during in-memory decompression.
  627. .IP 8
  628. [currently not used]
  629. .IP 9
  630. the specified zipfiles were not found.
  631. .IP 10
  632. invalid options were specified on the command line.
  633. .IP 11
  634. no matching files were found.
  635. .IP 50
  636. the disk is (or was) full during extraction.
  637. .IP 51
  638. the end of the ZIP archive was encountered prematurely.
  639. .IP 80
  640. the user aborted fIunzipfP prematurely with control-C (or similar)
  641. .IP 81
  642. testing or extraction of one or more files failed due to unsupported
  643. compression methods or unsupported decryption.
  644. .IP 82
  645. no files were found due to bad decryption password(s).  (If even one file is
  646. successfully processed, however, the exit status is 1.)
  647. .RE
  648. .PP
  649. VMS interprets standard Unix (or PC) return values as other, scarier-looking
  650. things, so fIunzipfP instead maps them into VMS-style status codes.  The
  651. current mapping is as follows:   1 (success) for normal exit, 0x7fff0001
  652. for warning errors, and (0x7fff000? + 16*normal_unzip_exit_status) for all
  653. other errors, where the `?' is 2 (error) for fIunzipfP values 2, 9-11 and
  654. 80-82, and 4 (fatal error) for the remaining ones (3-8, 50, 51).  In addition,
  655. there is a compilation option to expand upon this behavior:  defining
  656. RETURN_CODES results in a human-readable explanation of what the error
  657. status means.
  658. .PD
  659. ." =========================================================================
  660. .SH BUGS
  661. Multi-part archives are not yet supported, except in conjunction with
  662. fIzipfP.  (All parts must be concatenated together in order, and then
  663. ``fCzip -FfR'' must be performed on the concatenated archive in order
  664. to ``fix'' it.)  This will definitely be corrected in the next major release.
  665. .PP
  666. Archives read from standard input are not yet supported, except with
  667. fIfunzipfP (and then only the first member of the archive can be extracted).
  668. .PP
  669. Archives encrypted with 8-bit passwords (e.g., passwords with accented
  670. European characters) may not be portable across systems and/or other
  671. archivers.  See the discussion in fBDECRYPTIONfP above.
  672. .PP
  673. fIunzipfP's fB-MfP (``more'') option is overly simplistic in its handling
  674. of screen output; as noted above, it fails to detect the wrapping of long lines
  675. and may thereby cause lines at the top of the screen to be scrolled off before
  676. being read.  fIunzipfP should detect and treat each occurrence of line-wrap
  677. as one additional line printed.  This requires knowledge of the screen's width
  678. as well as its height.  In addition, fIunzipfP should detect the true screen
  679. geometry on all systems.
  680. .PP
  681. Dates, times and permissions of stored directories are not restored except
  682. under Unix.
  683. .PP
  684. [MS-DOS] When extracting or testing files from an archive on a defective
  685. floppy diskette, if the ``Fail'' option is chosen from DOS's ``Abort, Retry,
  686. Fail?'' message, older versions of fIunzipfP may hang the system, requiring
  687. a reboot.  This problem appears to be fixed, but control-C (or control-Break)
  688. can still be used to terminate fIunzipfP.
  689. .PP
  690. Under DEC Ultrix, fIunzipfP would sometimes fail on long zipfiles (bad CRC,
  691. not always reproducible).  This was apparently due either to a hardware bug
  692. (cache memory) or an operating system bug (improper handling of page faults?).
  693. Since Ultrix has been abandoned in favor of Digital Unix (OSF/1), this may not
  694. be an issue anymore.
  695. .PP
  696. [Unix] Unix special files such as FIFO buffers (named pipes), block devices
  697. and character devices are not restored even if they are somehow represented
  698. in the zipfile, nor are hard-linked files relinked.  Basically the only file
  699. types restored by fIunzipfP are regular files, directories and symbolic
  700. (soft) links.
  701. .PP
  702. [OS/2] Extended attributes for existing directories are only updated if the
  703. fB-ofP (``overwrite all'') option is given.  This is a limitation of the
  704. operating system; because directories only have a creation time associated
  705. with them, fIunzipfP has no way to determine whether the stored attributes
  706. are newer or older than those on disk.  In practice this may mean a two-pass
  707. approach is required:  first unpack the archive normally (with or without
  708. freshening/updating existing files), then overwrite just the directory entries
  709. (e.g., ``fCunzip -o foo */fR'').
  710. .PP
  711. [VMS] When extracting to another directory, only the fI[.foo]fP syntax is
  712. accepted for the fB-dfP option; the simple Unix fIfoofP syntax is
  713. silently ignored (as is the less common VMS fIfoo.dirfP syntax).
  714. .PP
  715. [VMS] When the file being extracted already exists, fIunzipfP's query only
  716. allows skipping, overwriting or renaming; there should additionally be a
  717. choice for creating a new version of the file.  In fact, the ``overwrite''
  718. choice does create a new version; the old version is not overwritten or
  719. deleted.
  720. .PD
  721. ." =========================================================================
  722. .SH "SEE ALSO"
  723. fIfunzipfP(1L), fIzipfP(1L), fIzipcloakfP(1L), fIzipgrepfP(1L),
  724. fIzipinfofP(1L), fIzipnotefP(1L), fIzipsplitfP(1L)
  725. .PD
  726. ." =========================================================================
  727. .SH URL
  728. The Info-ZIP home page is currently at fChttp://www.cdrom.com/pub/infozip/fR .
  729. .PD
  730. ." =========================================================================
  731. .SH AUTHORS
  732. The primary Info-ZIP authors (current semi-active members of the Zip-Bugs
  733. workgroup) are:  Greg ``Cave Newt'' Roelofs (UnZip); Onno van der Linden (Zip);
  734. Jean-loup Gailly (compression); Mark Adler (decompression, fUnZip); Christian
  735. Spieler (UnZip maintance coordination, VMS, MS-DOS, Windows 95, NT,
  736. shared code, general Zip and UnZip integration and optimization);
  737. Mike White (Windows GUI, Windows DLLs); Kai Uwe Rommel (OS/2);
  738. Paul Kienitz (Amiga, Windows 95); Chris Herborth (BeOS, QNX, Atari);
  739. Jonathan Hudson (SMS/QDOS); Sergio Monesi (Acorn RISC OS); Harald
  740. Denker (Atari, MVS); John Bush (Solaris, Amiga); Hunter Goatley (VMS); Steve
  741. Salisbury (Windows 95, NT); Steve Miller (Windows CE GUI), Johnny Lee (MS-DOS,
  742. Windows 95, NT); and Dave Smith (Tandem NSK).
  743. The author of the original unzip code upon which Info-ZIP's was based
  744. is Samuel H. Smith; Carl Mascott did the first Unix port; and David P.
  745. Kirschbaum organized and led Info-ZIP in its early days with Keith Petersen
  746. hosting the original mailing list at WSMR-SimTel20.  The full list of
  747. contributors to UnZip has grown quite large; please refer to the CONTRIBS
  748. file in the UnZip source distribution for a relatively complete version.
  749. .PD
  750. ." =========================================================================
  751. .SH VERSIONS
  752. .ta w'vx.xxnn'u +w'fall 1989'u+3n
  753. .PD 0
  754. .IP "v1.2t15 Mar 89" w'tt'u
  755. Samuel H. Smith
  756. .IP "v2.0t 9 Sep 89"
  757. Samuel H. Smith
  758. .IP "v2.xtfall 1989"
  759. many Usenet contributors
  760. .IP "v3.0t 1 May 90"
  761. Info-ZIP (DPK, consolidator)
  762. .IP "v3.1t15 Aug 90"
  763. Info-ZIP (DPK, consolidator)
  764. .IP "v4.0t 1 Dec 90"
  765. Info-ZIP (GRR, maintainer)
  766. .IP "v4.1t12 May 91"
  767. Info-ZIP
  768. .IP "v4.2t20 Mar 92"
  769. Info-ZIP (Zip-Bugs subgroup, GRR)
  770. .IP "v5.0t21 Aug 92"
  771. Info-ZIP (Zip-Bugs subgroup, GRR)
  772. .IP "v5.01t15 Jan 93"
  773. Info-ZIP (Zip-Bugs subgroup, GRR)
  774. .IP "v5.1t 7 Feb 94"
  775. Info-ZIP (Zip-Bugs subgroup, GRR)
  776. .IP "v5.11t 2 Aug 94"
  777. Info-ZIP (Zip-Bugs subgroup, GRR)
  778. .IP "v5.12t28 Aug 94"
  779. Info-ZIP (Zip-Bugs subgroup, GRR)
  780. .IP "v5.2t30 Apr 96"
  781. Info-ZIP (Zip-Bugs subgroup, GRR)
  782. .IP "v5.3t22 Apr 97"
  783. Info-ZIP (Zip-Bugs subgroup, GRR)
  784. .IP "v5.31t31 May 97"
  785. Info-ZIP (Zip-Bugs subgroup, GRR)
  786. .IP "v5.32t 3 Nov 97"
  787. Info-ZIP (Zip-Bugs subgroup, GRR)
  788. .IP "v5.4t28 Nov 98"
  789. Info-ZIP (Zip-Bugs subgroup, SPC)
  790. .PD