                                    MORE
                    Displays input one screen at a time
                              See also <TYPE>

The message 'MORE' will appear if more data is available.

COMMAND TYPE: External                  VERSION: 2.0 and up

USE: MORE <file
or   command | MORE

This filter is usually used in conjunction with the | (pipe).  The
pipe is used to send the output from a command and send it to another
to be processed.  More ONLY reads standard input (which may be a pipe
or redirected to come from a file)

EXAMPLE: DIR | MORE
The output from <DIR> will be piped to MORE and will be displayed one screen
at a time.
