Specifications
SSR Command Line Interface Reference Manual 143
cli set terminal
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. Specifying the number of rows available on your terminal causes the system to
automatically pause when screen output fills the entire screen.
Parameters
columns Number of columns for your terminal. Minimum acceptable value is 20.
rows Number of rows for your terminal. The default row size is 25. To prevent
output from pausing after one screen full, set the value to 0.
Restrictions
None.
Examples
To set the number of rows to 50 lines:
ssr# cli set terminal rows 50










