set history

Use this command to set the size of the history buffer.

Syntax

set history size [default]

Parameters

size Specifies the size of the history buffer in lines. Valid values are 1 to 100. Default: 20.
default (Optional) Makes this setting persist for all future sessions.

Defaults

If default is not specified, the history setting will not be persistent.

Mode

All command modes.

Example

This example shows how to set the size of the command history buffer to 25 lines and make this the default setting:

System(rw)->set history 25 default