home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / LESS.ZIP / LESS.DOC < prev    next >
Text File  |  1991-03-24  |  709b  |  21 lines

  1.  
  2. Name:        less
  3. Synopsis:    less [file_name ...]
  4. Description: This program is modeled after the "more" program.
  5.              Input is from STDIN or from file_name.
  6.              Wildcards are permitted in the file_name.
  7.     
  8.                  q - flushes the input stream
  9.              space - scrolls next screen
  10.              enter - scrolls one line
  11.  
  12. For all you MeSsy DOS folks, the ESC key works like q.  Note the q key
  13. flushes the input steam, not just exit the program.
  14.  
  15. This is similar to the UN*X 'less' program.  I wrote this program because
  16. the OS/2 (DOS) 'more' program is inadequate.  This program is bound and
  17. window compatible.
  18.  
  19. Author: David Landis
  20. Phone:  (313) 698-1167
  21.