MPE/iX Shell and Utilities Reference Manual, Vol 1

more(1) MPE/iX Shell and Utilities more(1)
[n]j
[n]SPACE
[n]ENTER
[n] scrolls forward n lines, with a default of one line for j, ENTER, and and a default of
one page for SPACE
. This command displays the entire n lines even if n is more than
the page size. At end-of-file, these commands cause more to begin displaying the
next file in the list, or to exit if the current file is the last one in the list.
[n]k
[n] scrolls backward n lines, with a default of one line. This command displays the
entire n lines even if n is more than the page size.
mletter marks the current position with the lowercase letter. When you view a new file, all
previous marks are lost.
[n]N repeats the previous search, but in the opposite direction. If you specify n, more
repeats the search n times.
[n]n repeats the previous search. If you specify n, more repeats the search n times. For
example if there are eight occurrences of pattern in the file and /pattern found the
second occurrence then a follow-up command of 5n finds and sets the current posi-
tion to the 7th occurrence of pattern.
q
:q
ZZ exits more.
R refreshes the screen and discards any buffered input.
r
CTRL-L refreshes the screen.
[n]s skips forward n lines (with a default of one line) and displays one page beginning at
that point. If n would cause less than a full page to be displayed, more displays the
last page in the file.
[n]u
[n]CTRL-U
scrolls backward n lines, with a default of one half of the page size. If you specify n,
it becomes the new default for subsequent d and u commands.
v invokes an editor to edit the current file. more uses the editor named by the environ-
ment variable
EDITOR
. The default editor is vi.
letter returns to the position marked with letter.
1-380 Commands and Utilities