Chapter 10 Install and System Administration for FortiOS 5.0 : Using the CLI : Tips : Screen paging
  
Screen paging
You can configure the CLI to pause after displaying each page’s worth of text when displaying multiple pages of output. 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 when the screen is full:
config system console
set output more
end
See Also
Help
Shortcuts and key commands
Command abbreviation
Environment variables
Special characters
Using grep to filter get and show command output
Language support and regular expressions
Baud rate
Using Perl regular expressions
Connecting to the CLI
Command syntax
Sub-commands
Tips