AV Bridge MATRIX PRO
AV Bridge Matrix Pro Manual - Document Number 342-0915 Rev C
Page 65 of 68
History
Returns the list of recently executed commands from the history buffer.
The command history can be navigated using the up and down arrow keys. The up arrow will move up a single
entry in the command history while the down arrow moves down in the command history.
Synopsis
history [limit]
Option
[limit]
Specify the number of unique commands to save in the history
buffer.
Examples
history
Displays the current command buffer.
history 5
Specify that the command buffer retains the last 5 unique commands.
The command history supports the expansion functionality from which previous commands can be recalled from
within a single session. History expansion is performed immediately after a complete line is read. Listed below are
examples of history expansion:
* !!
Substitute the last command line.
* !N
Substitute the Nth command line (absolute as per ’history’ command)
* !-N Substitute the command line entered N lines before (relative)
Help
Displays an overview of the CLI syntax.
Example
help
Exit
Ends the command session and closes the Telnet socket.
Note: This differs from the exit command’s behavior in sessions over a serial connection – in that situation, the
exit command ends the current session and starts a new one.
Example
exit