The user can enter the following commands at the "more-" prompt:
| Command | Action |
|---|---|
| Space | Print one more page |
| /str | Search forward for string str |
| n | Repeat last executed search |
| <CR> | Show next line |
| q | Quit from the more prompt and return to the monitor prompt |
moresz sets how many lines are displayed on one screen during screen-at-a-time output. If moresz is set to zero, the screen scrolls continuously. The ^S or ^Q control sequence must be used to pause the output, and the ^C control sequence must be used to terminate output.
For example, to set the default number of lines output by the more command to 12, enter:
PMON> set moresz 12