home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / pc / doshelp / helpsb.zoo / help / more / summary.hlp < prev   
Encoding:
Text File  |  1989-01-01  |  640 b   |  14 lines

  1.                             MORE
  2.  
  3. MORE is an external command that displays output, one screen at a time. 
  4. Pressing the Enter, Return, <──┘, or any other key will cause the next page 
  5. of output to be displayed. MORE normally gets its input from the keyboard, 
  6. but by using the |(piping) or <(redirection) character, it gets input from 
  7. another command or from a file. See the NEW_TERMS PIPING and REDIRECTION 
  8. topics for additional information. TYPE and COPY can also be used to display
  9. output.
  10.  
  11.     command | MORE
  12.       or
  13.     MORE < [d:][pathname]filename[.ext]
  14.