home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / mbug / mbug028.arc / LIST.DOC < prev    next >
Text File  |  1979-12-31  |  768b  |  24 lines

  1.  
  2.         -----LIST.COM-----
  3. by Ward Christensen
  4.  
  5. OVERVIEW:
  6.     Lists a file, with an optional starting line number.
  7. Doesn't quit until EOF or control-C.  Prints an error message
  8. if too high a line number was specified.
  9.  
  10. USAGE:
  11.     LIST fn.ft         To list the file
  12.     LIST fn.ft nnnn        To start at line nnnn
  13.  
  14.     LIST.COM does not abort when any key is pressed, as
  15. does TYPE.  This was done to make it usable over phone lines
  16. where when using TYPE an unexpected glitch could stop a listing
  17. and you would have to start all over again.  LIST.COM itself
  18. checks for control-C (to cancel) and control-S (to suspend
  19. output).
  20.  
  21. DEPENDENCIES:
  22.     NONE
  23.  
  24.