Home » Personal collection » Acorn hard disk » unzip_tools » !Infozip » Routines/Syntax

Routines/Syntax

This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.

Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.

Tape/disk: Home » Personal collection » Acorn hard disk » unzip_tools » !Infozip
Filename: Routines/Syntax
Read OK:
File size: 0BB8 bytes
Load address: 0000
Exec address: 0000
File contents
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
Zip 3.0 (July 5th 2008). Usage:
zip [-options] [-b path] [-t mmddyyyy] [-n suffixes] [zipfile list] [-xi list]
  The default action is to add or replace zipfile entries from list, which
  can include the special name - to compress standard input.
  If zipfile and list are omitted, zip compresses stdin to stdout.
  -f   freshen: only changed files  -u   update: only changed or new files
  -d   delete entries in zipfile    -m   move into zipfile (delete OS files)
  -r   recurse into directories     -j   junk (don't record) directory names
  -0   store only                   -l   convert LF to CR LF (-ll CR LF to LF)
  -1   compress faster              -9   compress better
  -q   quiet operation              -v   verbose operation/print version info
  -c   add one-line comments        -z   add zipfile comment
  -@   read names from stdin        -o   make zipfile as old as latest entry
  -x   exclude the following names  -i   include only the following names
  -F   fix zipfile (-FF try harder) -D   do not add directory entries
  -A   adjust self-extracting exe   -J   junk zipfile prefix (unzipsfx)
  -T   test zipfile integrity       -X   eXclude eXtra file attributes
  -e   encrypt                      -n   don't compress these suffixes
  -h2  show more help               -I   don't scan thru Image files

*zip -d  -b <Wimp$ScrapDir> ADFS::A4000.$.WIMP.Work.!Infozip.Window/zip !WindowSee*
(Note: path apparently needs to be in RISC-OS format for the delete option)
  
UnZip 6.00 of 20 April 2009, by Info-ZIP.  Maintained by C. Spieler.  Send
bug reports using http://www.info-zip.org/zip-bug.html; see README for details.

Usage: unzip [-Z] [-opts[modifiers]] file[.zip] [list] [-x xlist] [-d exdir]
  Default action is to extract files in list, except those in xlist, to exdir;
  file[.zip] may be a wildcard.  -Z => ZipInfo mode ("unzip -Z" for usage).

  -p  extract files to pipe, no messages     -l  list files (short format)
  -f  freshen existing files, create none    -t  test compressed archive data
  -u  update files, create if necessary      -z  display archive comment only
  -v  list verbosely/show version info       -T  timestamp archive to latest
  -x  exclude files that follow (in xlist)   -d  extract files into exdir
modifiers:
  -n  never overwrite existing files         -q  quiet mode (-qq => quieter)
  -o  overwrite files WITHOUT prompting      -a  auto-convert any text files
  -j  junk paths (do not make directories)   -aa treat ALL files as text
  -C  match filenames case-insensitively     -L  make (some) names lowercase
                                             -V  retain VMS version numbers
See "unzip -hh" or unzip.txt for more help.  Examples:
  unzip data1 -x joe   => extract all files except joe from zipfile data1.zip
  unzip foo -d RAM:$   => extract all files from foo into RAMDisc
  unzip -fo foo ReadMe => quietly replace existing ReadMe if archive file newer
00000000  43 6f 70 79 72 69 67 68  74 20 28 63 29 20 31 39  |Copyright (c) 19|
00000010  39 30 2d 32 30 30 38 20  49 6e 66 6f 2d 5a 49 50  |90-2008 Info-ZIP|
00000020  20 2d 20 54 79 70 65 20  27 7a 69 70 20 22 2d 4c  | - Type 'zip "-L|
00000030  22 27 20 66 6f 72 20 73  6f 66 74 77 61 72 65 20  |"' for software |
00000040  6c 69 63 65 6e 73 65 2e  0a 5a 69 70 20 33 2e 30  |license..Zip 3.0|
00000050  20 28 4a 75 6c 79 20 35  74 68 20 32 30 30 38 29  | (July 5th 2008)|
00000060  2e 20 55 73 61 67 65 3a  0a 7a 69 70 20 5b 2d 6f  |. Usage:.zip [-o|
00000070  70 74 69 6f 6e 73 5d 20  5b 2d 62 20 70 61 74 68  |ptions] [-b path|
00000080  5d 20 5b 2d 74 20 6d 6d  64 64 79 79 79 79 5d 20  |] [-t mmddyyyy] |
00000090  5b 2d 6e 20 73 75 66 66  69 78 65 73 5d 20 5b 7a  |[-n suffixes] [z|
000000a0  69 70 66 69 6c 65 20 6c  69 73 74 5d 20 5b 2d 78  |ipfile list] [-x|
000000b0  69 20 6c 69 73 74 5d 0a  20 20 54 68 65 20 64 65  |i list].  The de|
000000c0  66 61 75 6c 74 20 61 63  74 69 6f 6e 20 69 73 20  |fault action is |
000000d0  74 6f 20 61 64 64 20 6f  72 20 72 65 70 6c 61 63  |to add or replac|
000000e0  65 20 7a 69 70 66 69 6c  65 20 65 6e 74 72 69 65  |e zipfile entrie|
000000f0  73 20 66 72 6f 6d 20 6c  69 73 74 2c 20 77 68 69  |s from list, whi|
00000100  63 68 0a 20 20 63 61 6e  20 69 6e 63 6c 75 64 65  |ch.  can include|
00000110  20 74 68 65 20 73 70 65  63 69 61 6c 20 6e 61 6d  | the special nam|
00000120  65 20 2d 20 74 6f 20 63  6f 6d 70 72 65 73 73 20  |e - to compress |
00000130  73 74 61 6e 64 61 72 64  20 69 6e 70 75 74 2e 0a  |standard input..|
00000140  20 20 49 66 20 7a 69 70  66 69 6c 65 20 61 6e 64  |  If zipfile and|
00000150  20 6c 69 73 74 20 61 72  65 20 6f 6d 69 74 74 65  | list are omitte|
00000160  64 2c 20 7a 69 70 20 63  6f 6d 70 72 65 73 73 65  |d, zip compresse|
00000170  73 20 73 74 64 69 6e 20  74 6f 20 73 74 64 6f 75  |s stdin to stdou|
00000180  74 2e 0a 20 20 2d 66 20  20 20 66 72 65 73 68 65  |t..  -f   freshe|
00000190  6e 3a 20 6f 6e 6c 79 20  63 68 61 6e 67 65 64 20  |n: only changed |
000001a0  66 69 6c 65 73 20 20 2d  75 20 20 20 75 70 64 61  |files  -u   upda|
000001b0  74 65 3a 20 6f 6e 6c 79  20 63 68 61 6e 67 65 64  |te: only changed|
000001c0  20 6f 72 20 6e 65 77 20  66 69 6c 65 73 0a 20 20  | or new files.  |
000001d0  2d 64 20 20 20 64 65 6c  65 74 65 20 65 6e 74 72  |-d   delete entr|
000001e0  69 65 73 20 69 6e 20 7a  69 70 66 69 6c 65 20 20  |ies in zipfile  |
000001f0  20 20 2d 6d 20 20 20 6d  6f 76 65 20 69 6e 74 6f  |  -m   move into|
00000200  20 7a 69 70 66 69 6c 65  20 28 64 65 6c 65 74 65  | zipfile (delete|
00000210  20 4f 53 20 66 69 6c 65  73 29 0a 20 20 2d 72 20  | OS files).  -r |
00000220  20 20 72 65 63 75 72 73  65 20 69 6e 74 6f 20 64  |  recurse into d|
00000230  69 72 65 63 74 6f 72 69  65 73 20 20 20 20 20 2d  |irectories     -|
00000240  6a 20 20 20 6a 75 6e 6b  20 28 64 6f 6e 27 74 20  |j   junk (don't |
00000250  72 65 63 6f 72 64 29 20  64 69 72 65 63 74 6f 72  |record) director|
00000260  79 20 6e 61 6d 65 73 0a  20 20 2d 30 20 20 20 73  |y names.  -0   s|
00000270  74 6f 72 65 20 6f 6e 6c  79 20 20 20 20 20 20 20  |tore only       |
00000280  20 20 20 20 20 20 20 20  20 20 20 20 2d 6c 20 20  |            -l  |
00000290  20 63 6f 6e 76 65 72 74  20 4c 46 20 74 6f 20 43  | convert LF to C|
000002a0  52 20 4c 46 20 28 2d 6c  6c 20 43 52 20 4c 46 20  |R LF (-ll CR LF |
000002b0  74 6f 20 4c 46 29 0a 20  20 2d 31 20 20 20 63 6f  |to LF).  -1   co|
000002c0  6d 70 72 65 73 73 20 66  61 73 74 65 72 20 20 20  |mpress faster   |
000002d0  20 20 20 20 20 20 20 20  20 20 20 2d 39 20 20 20  |           -9   |
000002e0  63 6f 6d 70 72 65 73 73  20 62 65 74 74 65 72 0a  |compress better.|
000002f0  20 20 2d 71 20 20 20 71  75 69 65 74 20 6f 70 65  |  -q   quiet ope|
00000300  72 61 74 69 6f 6e 20 20  20 20 20 20 20 20 20 20  |ration          |
00000310  20 20 20 20 2d 76 20 20  20 76 65 72 62 6f 73 65  |    -v   verbose|
00000320  20 6f 70 65 72 61 74 69  6f 6e 2f 70 72 69 6e 74  | operation/print|
00000330  20 76 65 72 73 69 6f 6e  20 69 6e 66 6f 0a 20 20  | version info.  |
00000340  2d 63 20 20 20 61 64 64  20 6f 6e 65 2d 6c 69 6e  |-c   add one-lin|
00000350  65 20 63 6f 6d 6d 65 6e  74 73 20 20 20 20 20 20  |e comments      |
00000360  20 20 2d 7a 20 20 20 61  64 64 20 7a 69 70 66 69  |  -z   add zipfi|
00000370  6c 65 20 63 6f 6d 6d 65  6e 74 0a 20 20 2d 40 20  |le comment.  -@ |
00000380  20 20 72 65 61 64 20 6e  61 6d 65 73 20 66 72 6f  |  read names fro|
00000390  6d 20 73 74 64 69 6e 20  20 20 20 20 20 20 20 2d  |m stdin        -|
000003a0  6f 20 20 20 6d 61 6b 65  20 7a 69 70 66 69 6c 65  |o   make zipfile|
000003b0  20 61 73 20 6f 6c 64 20  61 73 20 6c 61 74 65 73  | as old as lates|
000003c0  74 20 65 6e 74 72 79 0a  20 20 2d 78 20 20 20 65  |t entry.  -x   e|
000003d0  78 63 6c 75 64 65 20 74  68 65 20 66 6f 6c 6c 6f  |xclude the follo|
000003e0  77 69 6e 67 20 6e 61 6d  65 73 20 20 2d 69 20 20  |wing names  -i  |
000003f0  20 69 6e 63 6c 75 64 65  20 6f 6e 6c 79 20 74 68  | include only th|
00000400  65 20 66 6f 6c 6c 6f 77  69 6e 67 20 6e 61 6d 65  |e following name|
00000410  73 0a 20 20 2d 46 20 20  20 66 69 78 20 7a 69 70  |s.  -F   fix zip|
00000420  66 69 6c 65 20 28 2d 46  46 20 74 72 79 20 68 61  |file (-FF try ha|
00000430  72 64 65 72 29 20 2d 44  20 20 20 64 6f 20 6e 6f  |rder) -D   do no|
00000440  74 20 61 64 64 20 64 69  72 65 63 74 6f 72 79 20  |t add directory |
00000450  65 6e 74 72 69 65 73 0a  20 20 2d 41 20 20 20 61  |entries.  -A   a|
00000460  64 6a 75 73 74 20 73 65  6c 66 2d 65 78 74 72 61  |djust self-extra|
00000470  63 74 69 6e 67 20 65 78  65 20 20 20 2d 4a 20 20  |cting exe   -J  |
00000480  20 6a 75 6e 6b 20 7a 69  70 66 69 6c 65 20 70 72  | junk zipfile pr|
00000490  65 66 69 78 20 28 75 6e  7a 69 70 73 66 78 29 0a  |efix (unzipsfx).|
000004a0  20 20 2d 54 20 20 20 74  65 73 74 20 7a 69 70 66  |  -T   test zipf|
000004b0  69 6c 65 20 69 6e 74 65  67 72 69 74 79 20 20 20  |ile integrity   |
000004c0  20 20 20 20 2d 58 20 20  20 65 58 63 6c 75 64 65  |    -X   eXclude|
000004d0  20 65 58 74 72 61 20 66  69 6c 65 20 61 74 74 72  | eXtra file attr|
000004e0  69 62 75 74 65 73 0a 20  20 2d 65 20 20 20 65 6e  |ibutes.  -e   en|
000004f0  63 72 79 70 74 20 20 20  20 20 20 20 20 20 20 20  |crypt           |
00000500  20 20 20 20 20 20 20 20  20 20 20 2d 6e 20 20 20  |           -n   |
00000510  64 6f 6e 27 74 20 63 6f  6d 70 72 65 73 73 20 74  |don't compress t|
00000520  68 65 73 65 20 73 75 66  66 69 78 65 73 0a 20 20  |hese suffixes.  |
00000530  2d 68 32 20 20 73 68 6f  77 20 6d 6f 72 65 20 68  |-h2  show more h|
00000540  65 6c 70 20 20 20 20 20  20 20 20 20 20 20 20 20  |elp             |
00000550  20 20 2d 49 20 20 20 64  6f 6e 27 74 20 73 63 61  |  -I   don't sca|
00000560  6e 20 74 68 72 75 20 49  6d 61 67 65 20 66 69 6c  |n thru Image fil|
00000570  65 73 0a 0a 2a 7a 69 70  20 2d 64 20 20 2d 62 20  |es..*zip -d  -b |
00000580  3c 57 69 6d 70 24 53 63  72 61 70 44 69 72 3e 20  |<Wimp$ScrapDir> |
00000590  41 44 46 53 3a 3a 41 34  30 30 30 2e 24 2e 57 49  |ADFS::A4000.$.WI|
000005a0  4d 50 2e 57 6f 72 6b 2e  21 49 6e 66 6f 7a 69 70  |MP.Work.!Infozip|
000005b0  2e 57 69 6e 64 6f 77 2f  7a 69 70 20 21 57 69 6e  |.Window/zip !Win|
000005c0  64 6f 77 53 65 65 2a 0a  28 4e 6f 74 65 3a 20 70  |dowSee*.(Note: p|
000005d0  61 74 68 20 61 70 70 61  72 65 6e 74 6c 79 20 6e  |ath apparently n|
000005e0  65 65 64 73 20 74 6f 20  62 65 20 69 6e 20 52 49  |eeds to be in RI|
000005f0  53 43 2d 4f 53 20 66 6f  72 6d 61 74 20 66 6f 72  |SC-OS format for|
00000600  20 74 68 65 20 64 65 6c  65 74 65 20 6f 70 74 69  | the delete opti|
00000610  6f 6e 29 0a 20 20 0a 55  6e 5a 69 70 20 36 2e 30  |on).  .UnZip 6.0|
00000620  30 20 6f 66 20 32 30 20  41 70 72 69 6c 20 32 30  |0 of 20 April 20|
00000630  30 39 2c 20 62 79 20 49  6e 66 6f 2d 5a 49 50 2e  |09, by Info-ZIP.|
00000640  20 20 4d 61 69 6e 74 61  69 6e 65 64 20 62 79 20  |  Maintained by |
00000650  43 2e 20 53 70 69 65 6c  65 72 2e 20 20 53 65 6e  |C. Spieler.  Sen|
00000660  64 0a 62 75 67 20 72 65  70 6f 72 74 73 20 75 73  |d.bug reports us|
00000670  69 6e 67 20 68 74 74 70  3a 2f 2f 77 77 77 2e 69  |ing http://www.i|
00000680  6e 66 6f 2d 7a 69 70 2e  6f 72 67 2f 7a 69 70 2d  |nfo-zip.org/zip-|
00000690  62 75 67 2e 68 74 6d 6c  3b 20 73 65 65 20 52 45  |bug.html; see RE|
000006a0  41 44 4d 45 20 66 6f 72  20 64 65 74 61 69 6c 73  |ADME for details|
000006b0  2e 0a 0a 55 73 61 67 65  3a 20 75 6e 7a 69 70 20  |...Usage: unzip |
000006c0  5b 2d 5a 5d 20 5b 2d 6f  70 74 73 5b 6d 6f 64 69  |[-Z] [-opts[modi|
000006d0  66 69 65 72 73 5d 5d 20  66 69 6c 65 5b 2e 7a 69  |fiers]] file[.zi|
000006e0  70 5d 20 5b 6c 69 73 74  5d 20 5b 2d 78 20 78 6c  |p] [list] [-x xl|
000006f0  69 73 74 5d 20 5b 2d 64  20 65 78 64 69 72 5d 0a  |ist] [-d exdir].|
00000700  20 20 44 65 66 61 75 6c  74 20 61 63 74 69 6f 6e  |  Default action|
00000710  20 69 73 20 74 6f 20 65  78 74 72 61 63 74 20 66  | is to extract f|
00000720  69 6c 65 73 20 69 6e 20  6c 69 73 74 2c 20 65 78  |iles in list, ex|
00000730  63 65 70 74 20 74 68 6f  73 65 20 69 6e 20 78 6c  |cept those in xl|
00000740  69 73 74 2c 20 74 6f 20  65 78 64 69 72 3b 0a 20  |ist, to exdir;. |
00000750  20 66 69 6c 65 5b 2e 7a  69 70 5d 20 6d 61 79 20  | file[.zip] may |
00000760  62 65 20 61 20 77 69 6c  64 63 61 72 64 2e 20 20  |be a wildcard.  |
00000770  2d 5a 20 3d 3e 20 5a 69  70 49 6e 66 6f 20 6d 6f  |-Z => ZipInfo mo|
00000780  64 65 20 28 22 75 6e 7a  69 70 20 2d 5a 22 20 66  |de ("unzip -Z" f|
00000790  6f 72 20 75 73 61 67 65  29 2e 0a 0a 20 20 2d 70  |or usage)...  -p|
000007a0  20 20 65 78 74 72 61 63  74 20 66 69 6c 65 73 20  |  extract files |
000007b0  74 6f 20 70 69 70 65 2c  20 6e 6f 20 6d 65 73 73  |to pipe, no mess|
000007c0  61 67 65 73 20 20 20 20  20 2d 6c 20 20 6c 69 73  |ages     -l  lis|
000007d0  74 20 66 69 6c 65 73 20  28 73 68 6f 72 74 20 66  |t files (short f|
000007e0  6f 72 6d 61 74 29 0a 20  20 2d 66 20 20 66 72 65  |ormat).  -f  fre|
000007f0  73 68 65 6e 20 65 78 69  73 74 69 6e 67 20 66 69  |shen existing fi|
00000800  6c 65 73 2c 20 63 72 65  61 74 65 20 6e 6f 6e 65  |les, create none|
00000810  20 20 20 20 2d 74 20 20  74 65 73 74 20 63 6f 6d  |    -t  test com|
00000820  70 72 65 73 73 65 64 20  61 72 63 68 69 76 65 20  |pressed archive |
00000830  64 61 74 61 0a 20 20 2d  75 20 20 75 70 64 61 74  |data.  -u  updat|
00000840  65 20 66 69 6c 65 73 2c  20 63 72 65 61 74 65 20  |e files, create |
00000850  69 66 20 6e 65 63 65 73  73 61 72 79 20 20 20 20  |if necessary    |
00000860  20 20 2d 7a 20 20 64 69  73 70 6c 61 79 20 61 72  |  -z  display ar|
00000870  63 68 69 76 65 20 63 6f  6d 6d 65 6e 74 20 6f 6e  |chive comment on|
00000880  6c 79 0a 20 20 2d 76 20  20 6c 69 73 74 20 76 65  |ly.  -v  list ve|
00000890  72 62 6f 73 65 6c 79 2f  73 68 6f 77 20 76 65 72  |rbosely/show ver|
000008a0  73 69 6f 6e 20 69 6e 66  6f 20 20 20 20 20 20 20  |sion info       |
000008b0  2d 54 20 20 74 69 6d 65  73 74 61 6d 70 20 61 72  |-T  timestamp ar|
000008c0  63 68 69 76 65 20 74 6f  20 6c 61 74 65 73 74 0a  |chive to latest.|
000008d0  20 20 2d 78 20 20 65 78  63 6c 75 64 65 20 66 69  |  -x  exclude fi|
000008e0  6c 65 73 20 74 68 61 74  20 66 6f 6c 6c 6f 77 20  |les that follow |
000008f0  28 69 6e 20 78 6c 69 73  74 29 20 20 20 2d 64 20  |(in xlist)   -d |
00000900  20 65 78 74 72 61 63 74  20 66 69 6c 65 73 20 69  | extract files i|
00000910  6e 74 6f 20 65 78 64 69  72 0a 6d 6f 64 69 66 69  |nto exdir.modifi|
00000920  65 72 73 3a 0a 20 20 2d  6e 20 20 6e 65 76 65 72  |ers:.  -n  never|
00000930  20 6f 76 65 72 77 72 69  74 65 20 65 78 69 73 74  | overwrite exist|
00000940  69 6e 67 20 66 69 6c 65  73 20 20 20 20 20 20 20  |ing files       |
00000950  20 20 2d 71 20 20 71 75  69 65 74 20 6d 6f 64 65  |  -q  quiet mode|
00000960  20 28 2d 71 71 20 3d 3e  20 71 75 69 65 74 65 72  | (-qq => quieter|
00000970  29 0a 20 20 2d 6f 20 20  6f 76 65 72 77 72 69 74  |).  -o  overwrit|
00000980  65 20 66 69 6c 65 73 20  57 49 54 48 4f 55 54 20  |e files WITHOUT |
00000990  70 72 6f 6d 70 74 69 6e  67 20 20 20 20 20 20 2d  |prompting      -|
000009a0  61 20 20 61 75 74 6f 2d  63 6f 6e 76 65 72 74 20  |a  auto-convert |
000009b0  61 6e 79 20 74 65 78 74  20 66 69 6c 65 73 0a 20  |any text files. |
000009c0  20 2d 6a 20 20 6a 75 6e  6b 20 70 61 74 68 73 20  | -j  junk paths |
000009d0  28 64 6f 20 6e 6f 74 20  6d 61 6b 65 20 64 69 72  |(do not make dir|
000009e0  65 63 74 6f 72 69 65 73  29 20 20 20 2d 61 61 20  |ectories)   -aa |
000009f0  74 72 65 61 74 20 41 4c  4c 20 66 69 6c 65 73 20  |treat ALL files |
00000a00  61 73 20 74 65 78 74 0a  20 20 2d 43 20 20 6d 61  |as text.  -C  ma|
00000a10  74 63 68 20 66 69 6c 65  6e 61 6d 65 73 20 63 61  |tch filenames ca|
00000a20  73 65 2d 69 6e 73 65 6e  73 69 74 69 76 65 6c 79  |se-insensitively|
00000a30  20 20 20 20 20 2d 4c 20  20 6d 61 6b 65 20 28 73  |     -L  make (s|
00000a40  6f 6d 65 29 20 6e 61 6d  65 73 20 6c 6f 77 65 72  |ome) names lower|
00000a50  63 61 73 65 0a 20 20 20  20 20 20 20 20 20 20 20  |case.           |
00000a60  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00000a80  20 20 2d 56 20 20 72 65  74 61 69 6e 20 56 4d 53  |  -V  retain VMS|
00000a90  20 76 65 72 73 69 6f 6e  20 6e 75 6d 62 65 72 73  | version numbers|
00000aa0  0a 53 65 65 20 22 75 6e  7a 69 70 20 2d 68 68 22  |.See "unzip -hh"|
00000ab0  20 6f 72 20 75 6e 7a 69  70 2e 74 78 74 20 66 6f  | or unzip.txt fo|
00000ac0  72 20 6d 6f 72 65 20 68  65 6c 70 2e 20 20 45 78  |r more help.  Ex|
00000ad0  61 6d 70 6c 65 73 3a 0a  20 20 75 6e 7a 69 70 20  |amples:.  unzip |
00000ae0  64 61 74 61 31 20 2d 78  20 6a 6f 65 20 20 20 3d  |data1 -x joe   =|
00000af0  3e 20 65 78 74 72 61 63  74 20 61 6c 6c 20 66 69  |> extract all fi|
00000b00  6c 65 73 20 65 78 63 65  70 74 20 6a 6f 65 20 66  |les except joe f|
00000b10  72 6f 6d 20 7a 69 70 66  69 6c 65 20 64 61 74 61  |rom zipfile data|
00000b20  31 2e 7a 69 70 0a 20 20  75 6e 7a 69 70 20 66 6f  |1.zip.  unzip fo|
00000b30  6f 20 2d 64 20 52 41 4d  3a 24 20 20 20 3d 3e 20  |o -d RAM:$   => |
00000b40  65 78 74 72 61 63 74 20  61 6c 6c 20 66 69 6c 65  |extract all file|
00000b50  73 20 66 72 6f 6d 20 66  6f 6f 20 69 6e 74 6f 20  |s from foo into |
00000b60  52 41 4d 44 69 73 63 0a  20 20 75 6e 7a 69 70 20  |RAMDisc.  unzip |
00000b70  2d 66 6f 20 66 6f 6f 20  52 65 61 64 4d 65 20 3d  |-fo foo ReadMe =|
00000b80  3e 20 71 75 69 65 74 6c  79 20 72 65 70 6c 61 63  |> quietly replac|
00000b90  65 20 65 78 69 73 74 69  6e 67 20 52 65 61 64 4d  |e existing ReadM|
00000ba0  65 20 69 66 20 61 72 63  68 69 76 65 20 66 69 6c  |e if archive fil|
00000bb0  65 20 6e 65 77 65 72 0a                           |e newer.|
00000bb8