TACL Reference Manual
UTILS:TACL Commands and Functions
HP NonStop TACL Reference Manual—429513-018
8-64
FC Command
To correct the spelling error in this example, you could enter:
12> RENMAE JUNK, TESTFILE
12.. AM
12> RENAME JUNK, TESTFILE
12..
Editing Template
The syntax of the editing template is:
subcommand is any of these:
{ R | r } replacement-text
{ I | i } insertion-text
{ D | d }
replacement-text
//
is a separator, allowing multiple subcommands on a given line. A subcommand
can immediately follow one or more uppercase or lowercase D’s without being
preceded by //.
{ R | r } replacement-text
replaces characters in the previous command, starting with the character
displayed immediately above the R or r. A replacement-text preceded by R or r
can be any string of characters, including spaces, and can itself begin with R, I,
or D (or r, i, or d). Characters in replacement-text replace characters in the
previous command on a one-for-one basis.
If // follows this subcommand, all characters in replacement-text up to //,
including spaces, replace characters in the previous command. Otherwise,
replacement ends with the RETURN.
{ I | i } insertion-text
inserts characters into the previous command in front of the character
displayed above the I or i. If // follows this subcommand, all characters in
insertion-text up to //, including spaces, are inserted into the previous
command. If no // appears, all characters up to the RETURN are inserted.
{ D | d }
deletes characters in the previous command. Any original character displayed
above a D or d that begins a subcommand in the editing template is deleted.
subcommand [ // subcommand ] ...