Using the CLI : Tips & tricks : Screen paging
 
Screen paging
When output spans multiple pages, you can configure the CLI to pause after each page. When the display pauses, the last line displays ‑‑More‑‑. You can then either:
Press the spacebar to display the next page.
Type Q to truncate the output and return to the command prompt.
This may be useful when displaying lengthy output, such as the list of possible matching commands for command completion, or a long list of settings. Rather than scrolling through or possibly exceeding the buffer of your terminal emulator, you can simply display one page at a time.
To configure the CLI display to pause after each full screen:
config system console
set output more
end
For more information, see “config system console”.