Chapter 3 Configuring User Profiles
Configuring User Terminal Parameters
3-6
Cisco Content Services Switch Administration Guide
OL-5647-02
Configuring Terminal Length
By default, the CSS displays 25 lines of CLI output on the terminal screen. Use
the
terminal length
command to set the number of output lines the CLI displays
on the terminal screen. This command is available in User and SuperUser modes.
Enter the number of lines you want the CLI to display, from 2 to 65535.
To set the line number to 35, enter:
#
terminal length 35
To reset the number of lines to the default of 25 lines, enter:
#
no terminal length
Configuring the More Terminal Prompt
When you enter the question mark (?) character at the command line to get help
about a command, the CSS displays 24 lines on the terminal. The --More-- prompt
indicates that additional CLI commands are to follow. By default, the CSS
disables the display of the --More-- prompt.
To display the --More-- prompt at the bottom of the terminal screen, use the
terminal more
command. Press the
Space
bar to continue viewing the next series
of commands (or press the
Return
key to display only the next line). This
command is available in User and SuperUser modes. The default is enabled.
You can also toggle the terminal more function on and off within a session by
using the Esc-M key sequence.
To enable support for the --More-- terminal prompt, enter:
#
terminal more
To disable support for the --More-- terminal prompt, enter:
#
no terminal more