Specifications

Table Of Contents
Chapter 5: cli Commands
5 - 4 SSR Command Line Interface Reference Manual
cli set terminal
Purpose
Modify current session’s terminal settings.
Format
cli set terminal [columns
<num>
] [rows
<num>
]
Mode
User
Description
The
cli
set
terminal
command lets you modify the terminal screen size of the
current session. By telling the system the number of rows available on your terminal,
the system will automatically pause when screen output fills the entire screen.
Parameters
columns
Number of columns for your terminal. Minimum ac-
ceptable value is 20.
rows
Number of rows for your terminal. The default row
size is 25. To prevent output from pausing after one
screenful, set the value to 0.
Restrictions
None
Examples
ssr# system set terminal rows 50
Sets the number of rows to 50 lines.