history
Returns the most recently issued commands from the current Telnet session. Since many of the programs
read user input a line at a time, the command history is used to keep track of these lines and recall historic
information.
Synopsis
history <limit>
Options
<limit>
Integer value specifying the maximum
number of commands to return.
Examples
history
Displays the current command buffer.
history 5
Sets the history command buffer to remember the last 5 unique entries.
Additional information
You can navigate the command history using the up and down arrow
keys.
This command 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.
Examples of history expansion:
* !!
Substitute the last command line.
* !4
Substitute the 4th command line (absolute as per ’history’
command)
* !-3
Substitute the command line entered 3 lines before (relative)
help
Displays an overview of the CLI syntax.
Synopsis
help
Example
help
Note
Use ? as a command parameter to see information about a given command's syntax.
exit
Ends the command session. If the session is via Telnet, the Telnet socket closes as the session ends. If
the session is via RS-232 serial connection, the session ends and a new session automatically opens.
Synopsis
exit
Example
exit
73
Complete Manual for the AV Bridge 2x1 Presentation Switcher