home *** CD-ROM | disk | FTP | other *** search
/ vsiftp.vmssoftware.com / VSIPUBLIC@vsiftp.vmssoftware.com.tar / FREEWARE / FREEWARE40.ZIP / unzip / unzip.man < prev    next >
Text File  |  1991-05-13  |  3KB  |  133 lines

  1.  
  2.  
  3.  
  4. unzip(1)            UNIX Programmer's Manual             unzip(1)
  5.  
  6.  
  7.  
  8. NAME
  9.      unzip - list/test/extract from a ZIP archive file
  10.  
  11. SYNOPSIS
  12.      unzip [ -xecptlvz[qadoUV] ] file[.zip] [filespec...]
  13.  
  14. ARGUMENTS
  15.      file[.zip]  Path of the ZIP archive.  The suffix ``.zip'' is
  16.                  applied if the file specified does not exist.
  17.                  Note that self-extracting ZIP files are sup-
  18.                  ported; just specify the ``.exe'' suffix your-
  19.                  self.
  20.  
  21.      [filespec]  An optional list of archive members to be pro-
  22.                  cessed.  Expressions may be used to match multi-
  23.                  ple members; be sure to quote expressions that
  24.                  contain characters interpreted by the UNIX
  25.                  shell. See DESCRIPTION (below) for more details.
  26.  
  27. OPTIONS
  28.      -x,-e  extract files in archive (default--i.e., this flag is optional)
  29.      -c     extract files to stdout (``CRT'')
  30.      -p     extract files to stdout and no informational messages (for pipes)
  31.      -t     test archive contents for validity
  32.      -l     list archive contents (short format)
  33.      -v     verbose listing of archive contents
  34.      -z     display only the archive comment
  35.  
  36. MODIFIERS
  37.      -q     perform operations quietly (up to two q's allowed)
  38.      -a     convert to MS-DOS textfile format (CR LF), Mac format (CR),
  39.               Unix/VMS format (LF), OR from ASCII to EBCDIC, depending on
  40.               your system
  41.      -d     recreate directory structure contained in archive
  42.      -o     OK to overwrite files without prompting
  43.      -U     don't map filenames to lowercase for selected (uppercase) OS's
  44.      -V     retain file version numbers
  45.  
  46. DESCRIPTION
  47.      unzip will list, test, or extract from a ZIP archive, com-
  48.      monly found on MSDOS systems.  Archive member extraction is
  49.      implied by the absence of the -c, -p, -t, -l, -v or -z
  50.      options.  All archive members are processed unless a
  51.      filespec is provided to specify a subset of the archive
  52.      members.  The filespec is similar to an egrep expression,
  53.      and may contain:
  54.  
  55.      *       matches a sequence of 0 or more characters
  56.      ?       matches exactly 1 character
  57.      \nnn    matches the character having octal code nnn
  58.      [...]   matches any single character found inside the brack-
  59.              ets; ranges are specified by a beginning character,
  60.  
  61.  
  62.  
  63. Printed 5/13/91      UNIX UnZip version 4.1                     1
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70. unzip(1)            UNIX Programmer's Manual             unzip(1)
  71.  
  72.  
  73.  
  74.              a hyphen, and an ending character.  If a '!' follows
  75.              the left bracket, then the range of characters
  76.              matched is complemented with respect to the ASCII
  77.              character set.
  78.  
  79. AUTHORS
  80.      v1.2   3/15/89   Samuel H. Smith
  81.      v2.x   1989      Many contributors.
  82.      v3.0   5/1/90    David Kirschbaum, consolidator, and the Info-ZIP
  83.                         workgroup (Info-ZIP@WSMR-SIMTEL20.Army.Mil).
  84.      v3.1   8/15/90   Same luvable gang.
  85.      v4.0   12/1/90   Getting more luvable by the day.
  86.      v4.1   5/12/91   We got too luvable, so we toned it down a bit (for Mom).
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129. Printed 5/13/91      UNIX UnZip version 4.1                     2
  130.  
  131.  
  132.  
  133.