Contents | < Browse | Browse >
MORE source [line count]

* MORE acts as a simple (ANSI) text file viewer. By default, it will
  show 19 lines of a text file, then wait for some user input.
  To move around in the text, you can use the CURSOR-KEYS:
    UP        : Go one line up
    DOWN      : Go one line down
    LEFT      : Go one page (default 19 lines) up
    RIGHT     : Go one page down
    SHIFT-UP  : Go to the top of the text
    SHIFT-DOWN: Go to the bottom of the text

  The key "P" creates a printout of the text (sends the text to PRT:)

  The key "S" will prompt you what to search for. If you just press
  RETURN, then the last item will be searched for. Searching begins
  at the second top line shown. If the item is found, the line, it
  is in, is displayed as the first line.

  Typing any other key will abort you back to the shell.

eg.     more readme

* Specifying the optional line count will allow you to show more or
  less than the default 19 lines. {Very useful for large borderless
  PAL screens or small windows}

eg.     more contents 12
        more super.doc 25