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

* MORE acts as a simple (ANSI) text file viewer. By default, it will
  show some lines of a text file, then wait for some user input.

 *After pressing "H" you get some Help information.
 *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 up
    RIGHT     : Go one page down
    SHIFT-UP  : Go to the top of the text
    SHIFT-DOWN: Go to the bottom of the text
 *SPACE does the same as SHIFT-DOWN, BACKSPACE the same as SHIFT-UP.
  You can also use the keys 1,2,3,7,8 and 9 of your numeric keypad.
 *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.
 *The key "W" Writes the text to a file. If you enter PRT: as filename,
  the text is send to the printer. Press just RETURN to cancel.
 *Press "J" to Jump to a special position.
 *Press "R" after you have Resized the window.
 *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 number of lines, that will fit exactly on the
  window. Useful when using  FLAGS CUT OFF .

eg.     more contents 12
        more super.doc 25