Backup and Restore 2 Manual
BRCOM Commands
Backup and Restore 2 Manual—522696-019
5-12
EXIT Command
EXIT Command
Use the EXIT command to end the BRCOM session and return to the TACL prompt.
Example
BR> EXIT ;
FC Command
Use the FC command to retrieve, edit, and execute a command you have previously
entered during the current session. You can request the command by line number,
relative line number, or text string.
FC
entered with no line number or text string, specifies that the last command line in
the command history buffer is to be displayed.
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 FC command finds and displays the most recent command in
the history buffer that begins with the specified text string. Searching for previous
commands is case-sensitive.
EXIT
Note. A separate EXIT command is not required when BRCOM commands are specified on
the command line.
FC [ linenum ]
[ -linenum ]
[ string ]
[ "string "]