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

压缩解压

开发平台:

MultiPlatform

  1. UNZIPSFX(1L)                                         UNZIPSFX(1L)
  2. NAME
  3.        unzipsfx  -  self-extracting  stub  for  prepending to ZIP
  4.        archives
  5. SYNOPSIS
  6.        <name  of  unzipsfx+archive  combo>  [-cfptuz[ajnoqsCLV$]]
  7.        [file(s) ... [-x xfile(s) ...]]
  8. DESCRIPTION
  9.        unzipsfx is a modified version of unzip(1L) designed to be
  10.        prepended to existing ZIP archives in order to form  self-
  11.        extracting archives.  Instead of taking its first non-flag
  12.        argument to be the zipfile(s) to  be  extracted,  unzipsfx
  13.        seeks  itself  under  the name by which it was invoked and
  14.        tests or extracts the contents of  the  appended  archive.
  15.        Because  the executable stub adds bulk to the archive (the
  16.        whole purpose of which is to be as small as  possible),  a
  17.        number  of  the  less-vital  capabilities in regular unzip
  18.        have been removed.  Among these are the  usage  (or  help)
  19.        screen,  the listing and diagnostic functions (-l and -v),
  20.        the ability to decompress older compression  formats  (the
  21.        ``reduce,''  ``shrink''  and ``implode'' methods), and the
  22.        ability to extract to a directory other than  the  current
  23.        one.  Decryption is supported as a compile-time option but
  24.        should be avoided unless  the  attached  archive  contains
  25.        encrypted files.
  26.        Note  that self-extracting archives made with unzipsfx are
  27.        no more (or less) portable across different operating sys-
  28.        tems  than  is  the unzip executable itself.  In general a
  29.        self-extracting archive made on a particular Unix  system,
  30.        for  example, will only self-extract under the same flavor
  31.        of Unix.  Regular unzip may still be used to  extract  the
  32.        embedded  archive  as with any normal zipfile, although it
  33.        will generate a harmless warning about extra bytes at  the
  34.        beginning  of  the  zipfile.   Despite  this, however, the
  35.        self-extracting archive is technically  not  a  valid  ZIP
  36.        archive,  and PKUNZIP may be unable to test or extract it.
  37.        This limitation is due to the simplistic manner  in  which
  38.        the  archive  is created; the internal directory structure
  39.        is not updated to reflect the extra bytes prepended to the
  40.        original zipfile.
  41. ARGUMENTS
  42.        [file(s)]
  43.               An  optional  list  of  archive  members to be pro-
  44.               cessed.  Regular expressions (wildcards) similar to
  45.               those  in Unix egrep(1) may be used to match multi-
  46.               ple members.  These wildcards may contain:
  47.               *      matches a sequence of 0 or more characters
  48.               ?      matches exactly 1 character
  49. Info-ZIP             28 November 1998 (v5.4)                    1
  50. UNZIPSFX(1L)                                         UNZIPSFX(1L)
  51.               [...]  matches any single  character  found  inside
  52.                      the  brackets;  ranges  are  specified  by a
  53.                      beginning character, a hyphen, and an ending
  54.                      character.   If  an  exclamation  point or a
  55.                      caret (`!' or `^') follows the left bracket,
  56.                      then  the  range  of  characters  within the
  57.                      brackets is complemented (that is,  anything
  58.                      except the characters inside the brackets is
  59.                      considered a match).
  60.               (Be sure to quote any character that  might  other-
  61.               wise  be  interpreted  or modified by the operating
  62.               system, particularly under Unix and VMS.)
  63.        [-x xfile(s)]
  64.               An optional list of archive members to be  excluded
  65.               from  processing.   Since wildcard characters match
  66.               directory separators (`/'), this option may be used
  67.               to  exclude  any  files that are in subdirectories.
  68.               For example, ``foosfx *.[ch] -x */*'' would extract
  69.               all  C source files in the main directory, but none
  70.               in any subdirectories.  Without the -x option,  all
  71.               C  source  files in all directories within the zip-
  72.               file would be extracted.
  73.        If unzipsfx is compiled with SFX_EXDIR defined,  the  fol-
  74.        lowing option is also enabled:
  75.        [-d exdir]
  76.               An  optional  directory  to which to extract files.
  77.               By default, all files and subdirectories are recre-
  78.               ated in the current directory; the -d option allows
  79.               extraction in an arbitrary directory (always assum-
  80.               ing  one has permission to write to the directory).
  81.               The option and directory may be concatenated  with-
  82.               out  any  white  space  between them, but note that
  83.               this may cause normal shell  behavior  to  be  sup-
  84.               pressed.    In   particular,  ``-d ~''  (tilde)  is
  85.               expanded by Unix C shells  into  the  name  of  the
  86.               user's  home directory, but ``-d~'' is treated as a
  87.               literal subdirectory ``~'' of  the  current  direc-
  88.               tory.
  89. OPTIONS
  90.        unzipsfx supports the following unzip(1L) options:  -c and
  91.        -p (extract to standard output/screen), -f and -u (freshen
  92.        and  update  existing  files  upon  extraction),  -t (test
  93.        archive) and -z (print archive comment).  All normal list-
  94.        ing  options  (-l,  -v  and -Z) have been removed, but the
  95.        testing option (-t) may be used as a ``poor man's''  list-
  96.        ing.    Alternatively,   those   creating  self-extracting
  97.        archives may wish to include a short listing in  the  zip-
  98.        file comment.
  99. Info-ZIP             28 November 1998 (v5.4)                    2
  100. UNZIPSFX(1L)                                         UNZIPSFX(1L)
  101.        See  unzip(1L)  for  a  more complete description of these
  102.        options.
  103. MODIFIERS
  104.        unzipsfx currently supports all unzip(1L)  modifiers:   -a
  105.        (convert  text files), -n (never overwrite), -o (overwrite
  106.        without prompting), -q (operate quietly), -C (match  names
  107.        case-insenstively), -L (convert uppercase-OS names to low-
  108.        ercase), -j (junk paths) and -V (retain version  numbers);
  109.        plus  the following operating-system specific options:  -X
  110.        (restore VMS owner/protection info), -s (convert spaces in
  111.        filenames  to underscores [DOS, OS/2, NT]) and -$ (restore
  112.        volume label [DOS, OS/2, NT, Amiga]).
  113.        (Support for regular ASCII text-conversion may be  removed
  114.        in  future  versions,  since  it  is simple enough for the
  115.        archive's creator to  ensure  that  text  files  have  the
  116.        appropriate  format  for  the local OS.  EBCDIC conversion
  117.        will of course continue to be supported since the  zipfile
  118.        format implies ASCII storage of text files.)
  119.        See  unzip(1L)  for  a  more complete description of these
  120.        modifiers.
  121. ENVIRONMENT OPTIONS
  122.        unzipsfx uses the same environment variables as  unzip(1L)
  123.        does,  although this is likely to be an issue only for the
  124.        person creating and testing the  self-extracting  archive.
  125.        See unzip(1L) for details.
  126. DECRYPTION
  127.        Decryption  is supported exactly as in unzip(1L); that is,
  128.        interactively with a  non-echoing  prompt  for  the  pass-
  129.        word(s).   See  unzip(1L)  for  details.  Once again, note
  130.        that if the archive has no encrypted  files  there  is  no
  131.        reason  to  use a version of unzipsfx with decryption sup-
  132.        port; that only adds to the size of the archive.
  133. EXAMPLES
  134.        To create a self-extracting archive letters from a regular
  135.        zipfile  letters.zip  and change the new archive's permis-
  136.        sions to be world-executable under Unix:
  137.            cat unzipsfx letters.zip > letters
  138.            chmod 755 letters
  139.            zip -A letters
  140.        To create the same archive under MS-DOS, OS/2 or NT  (note
  141.        the use of the /b [binary] option to the copy command):
  142.            copy /b unzipsfx.exe+letters.zip letters.exe
  143.            zip -A letters.exe
  144.        Under VMS:
  145. Info-ZIP             28 November 1998 (v5.4)                    3
  146. UNZIPSFX(1L)                                         UNZIPSFX(1L)
  147.            copy unzipsfx.exe,letters.zip letters.exe
  148.            letters == "$currentdisk:[currentdir]letters.exe"
  149.            zip -A letters.exe
  150.        (The VMS append command may also be used.  The second com-
  151.        mand installs the new program  as  a  ``foreign  command''
  152.        capable  of taking arguments.  The third line assumes that
  153.        Zip is already installed as  a  foreign  command.)   Under
  154.        AmigaDOS:
  155.            MakeSFX letters letters.zip UnZipSFX
  156.        (MakeSFX  is  included  with the UnZip source distribution
  157.        and with Amiga binary distributions.  ``zip  -A''  doesn't
  158.        work  on  Amiga  self-extracting  archives.)   To test (or
  159.        list) the newly created self-extracting archive:
  160.            letters -t
  161.        To test letters quietly, printing only a  summary  message
  162.        indicating whether the archive is OK or not:
  163.            letters -tqq
  164.        To  extract  the complete contents into the current direc-
  165.        tory, recreating all files and  subdirectories  as  neces-
  166.        sary:
  167.            letters
  168.        To extract all *.txt files (in Unix quote the `*'):
  169.            letters *.txt
  170.        To extract everything except the *.txt files:
  171.            letters -x *.txt
  172.        To  extract  only  the README file to standard output (the
  173.        screen):
  174.            letters -c README
  175.        To print only the zipfile comment:
  176.            letters -z
  177. LIMITATIONS
  178.        The principle and fundamental limitation  of  unzipsfx  is
  179.        that  it is not portable across architectures or operating
  180.        systems, and therefore neither are the resulting archives.
  181.        For  some architectures there is limited portability, how-
  182.        ever (e.g., between some flavors of Intel-based Unix).
  183. Info-ZIP             28 November 1998 (v5.4)                    4
  184. UNZIPSFX(1L)                                         UNZIPSFX(1L)
  185.        Another problem with the current  implementation  is  that
  186.        any archive with ``junk'' prepended to the beginning tech-
  187.        nically is no longer a zipfile (unless zip(1) is  used  to
  188.        adjust the zipfile offsets appropriately, as noted above).
  189.        unzip(1) takes note of the  prepended  bytes  and  ignores
  190.        them  since  some  file-transfer protocols, notably MacBi-
  191.        nary, are  also  known  to  prepend  junk.   But  PKWARE's
  192.        archiver  suite  may not be able to deal with the modified
  193.        archive unless its offsets have been adjusted.
  194.        unzipsfx has no knowledge of the user's PATH, so  in  gen-
  195.        eral  an  archive  must either be in the current directory
  196.        when it is invoked, or else a full or relative  path  must
  197.        be  given.  If a user attempts to extract the archive from
  198.        a directory in  the  PATH  other  than  the  current  one,
  199.        unzipsfx  will print a warning to the effect, ``can't find
  200.        myself.''  This is always true under Unix and may be  true
  201.        in some cases under MS-DOS, depending on the compiler used
  202.        (Microsoft C fully qualifies the program name,  but  other
  203.        compilers  may  not).  Under OS/2 and NT there are operat-
  204.        ing-system calls available  that  provide  the  full  path
  205.        name,  so  the archive may be invoked from anywhere in the
  206.        user's path.  The situation is  not  known  for  AmigaDOS,
  207.        Atari TOS, MacOS, etc.
  208.        As noted above, a number of the normal unzip(1L) functions
  209.        have been removed  in  order  to  make  unzipsfx  smaller:
  210.        usage  and  diagnostic info, listing functions and extrac-
  211.        tion to other directories.  Also, only stored and deflated
  212.        files are supported.  The latter limitation is mainly rel-
  213.        evant to those who create SFX archives, however.
  214.        VMS users must know how to set up self-extracting archives
  215.        as  foreign  commands  in  order  to use any of unzipsfx's
  216.        options.  This is not necessary for simple extraction, but
  217.        the  command  to do so then becomes, e.g., ``run letters''
  218.        (to continue the examples given above).
  219.        unzipsfx on the Amiga requires the use of a  special  pro-
  220.        gram,  MakeSFX, in order to create working self-extracting
  221.        archives; simple concatenation does not work.  (For  tech-
  222.        nically oriented users, the attached archive is defined as
  223.        a ``debug hunk.'')  There may  be  compatibility  problems
  224.        between the ROM levels of older Amigas and newer ones.
  225.        All current bugs in unzip(1L) exist in unzipsfx as well.
  226. DIAGNOSTICS
  227.        unzipsfx's  exit status (error level) is identical to that
  228.        of unzip(1L); see the corresponding man page.
  229. SEE ALSO
  230.        funzip(1L), unzip(1L), zip(1L), zipcloak(1L), zipgrep(1L),
  231.        zipinfo(1L), zipnote(1L), zipsplit(1L)
  232. Info-ZIP             28 November 1998 (v5.4)                    5
  233. UNZIPSFX(1L)                                         UNZIPSFX(1L)
  234. URL
  235.        The     Info-ZIP     home    page    is    currently    at
  236.        http://www.cdrom.com/pub/infozip/ .
  237. AUTHORS
  238.        Greg Roelofs was responsible for the  basic  modifications
  239.        to  UnZip necessary to create UnZipSFX.  See unzip(1L) for
  240.        the current list of Zip-Bugs authors, or the file CONTRIBS
  241.        in  the  UnZip  source  distribution  for the full list of
  242.        Info-ZIP contributors.
  243. Info-ZIP             28 November 1998 (v5.4)                    6