home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / DOS_HELP / PC_HELP1.ZIP / HELPDOS3.ZIP / MORE.### < prev    next >
Encoding:
Text File  |  1985-12-28  |  678 b   |  16 lines

  1. COMMAND:  MORE filter
  2.  
  3. FUNCTION: Reads data from the standard input device, and sends data to the
  4.           standard output device one screen at a time.
  5.  
  6. FORMAT:   MORE
  7.  
  8. TYPE:     DOS external command
  9.  
  10. REMARKS:  MORE pauses after each screen of data with the message --More--,
  11.           to which you must respond by pressing any character key to continue
  12.           with the next screen of data or Ctrl-Break to stop. The input and/or
  13.           output may be redirected using the standard facilities of filters.
  14.           For example, MORE < filename.ext and TYPE filename.ext | MORE will
  15.           both display the contents of filename.ext one screen at a time.
  16.