home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / unix / unixports / man / bin / zmore < prev   
Text File  |  1994-02-05  |  196b  |  11 lines

  1. | Simple zmore script.
  2. | Note that this throws away options.
  3. |
  4. | Also note the hideous loop hack!
  5.  
  6. gzip -dc < %0 > Tmp:zmoretmp
  7. more Tmp:zmoretmp
  8. remove Tmp:zmoretmp
  9.  
  10. if "%1" <> "" then zmore %*1
  11.