RSC/MP 7.3 Installation and Configuration Guide
RSCCOM Command Reference
HP NonStop Remote Server Call (RSC/MP) Installation and Configuration Guide—522358-010
13-4
FC Command
FC Command
The FC (fix command) command repeats a command line, allowing you to edit the
command. This FC command behaves similar to the TACL FC command.
prefix
The leading characters of the command string to edit.
number
The command prompt number of the command line of the command to edit.
When no arguments are entered, FC returns the previous command string entered.
When this command executes, it displays the previous command line and prompts for
editing input with periods (...). FC accepts three editing commands:
Enter editing commands and their associated strings below the display command line
and terminate the command by pressing the RETURN key. Begin replacement,
insertion, and deletion commands with the character positioned directly above the
editing command (R, I, or D).
After editing the line, press the RETURN key; RSCCOM then displays the command
line for another editing command. FC terminates when it receives only a carriage
return; the corrected command line is then executed.
Two forward slashes end the editing command and allow another editing command on
the same line. CTRL/Y exits the command. The BREAK key exits the FC command,
but does not exit the process, and returns to the TACL prompt.
FC
FC prefix
FC number
R
(replacement-string) Replaces one or more characters in the command
line with replacement-string on a one-for-one
basis
I
(insertion-string) Inserts one or more characters in the command line
before the character that is above insertion-
string
D
(deletion-character) Deletes one character that is above it in the
command line; the editing command is repeated for
each character to be deleted. If a string of characters
is entered but no command is entered, replacement
occurs.