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


Retaining the Output After the Last Screen

When you view output one screen at a time, you typically return to the CLI prompt after viewing the last screen.

To not return immediately, use the hold command after the pipe. This feature is useful, for example, when you want to scroll or search through the output.

user@host> command | hold 

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