TACL Reference Manual

UTILS:TACL Commands and Functions
HP NonStop TACL Reference Manual429513-018
8-194
SETPROMPT Command
SETPROMPT Command
Use the SETPROMPT command to change the TACL prompt. By default, TACL
prompts with a history number and a greater-than sign (>) followed by a space.
SUBVOL
displays the current subvolume, followed by the command number, a greater-than
sign, and a space.
VOLUME
displays the current volume, followed by the command number, a greater-than
sign, and a space.
BOTH
displays the current volume and subvolume, followed by the command number, a
greater-than sign, and a space.
NONE
displays the command number, a greater-than sign, and a space. NONE is the
default.
Examples
1. This example illustrates how to set your prompt to your current subvolume:
12> SETPROMPT SUBVOL
BOOK 13>
2. You can also set your prompt to both your volume and subvolume by entering:
BOOK 13> SETPROMPT BOTH
$STEIN BOOK 14>
SETPROMPT { SUBVOL | VOLUME | BOTH | NONE }