home *** CD-ROM | disk | FTP | other *** search
- COMMAND: MORE filter
-
- FUNCTION: Reads data from the standard input device, and sends data to the
- standard output device one screen at a time.
-
- FORMAT: MORE
-
- TYPE: DOS external command
-
- REMARKS: MORE pauses after each screen of data with the message --More--,
- to which you must respond by pressing any character key to continue
- with the next screen of data or Ctrl-Break to stop. The input and/or
- output may be redirected using the standard facilities of filters.
- For example, MORE < filename.ext and TYPE filename.ext | MORE will
- both display the contents of filename.ext one screen at a time.