[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]

Preventing Output from Being Paginated

By default, if output is longer than the length of the terminal screen, you are provided with a ---(more)--- message to display the remaining output. To display the remaining output, press the Spacebar.

To prevent the output from being paginated, enter no-more after the pipe symbol.

The following example displays output from the show configuration command all at once:

user@host> show configuration | no-more



This feature is useful, for example, if you want to copy the entire output and paste it into an e-mail.


[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]