Backup and Restore 2 Manual

BRCOM Commands
Backup and Restore 2 Manual522696-019
5-2
Examples
Examples
BR> ! ;
BR> ! 2
BR> ! INFO
BR> ! "CONFIG" ;
? Command
Use the ? command to retrieve a command you entered previously during the current
session. You can request the command by line number, relative line number, or text
string. Terminating this command with a semicolon is optional.
?
entered with no line number or text string, displays the last command line in the
command history buffer.
linenum
is a positive integer that specifies the number of the command line in the history
buffer that you want to retrieve.
-linenum
is a negative integer that specifies the number of the command line to be retrieved
relative to the current line number.
string
is a text string. The ? command displays the most recent command in the history
buffer that begins with the specified text string. Searching for previous commands
is case-sensitive.
"string"
is a text string enclosed in quotation marks. The ? command displays the most
recent command in the history buffer that contains the specified text string. The
command does not need to begin with the specified string. Searching for previous
commands is case-sensitive.
? [ linenum ]
[ -linenum ]
[ string ]
[ "string" ] [;]