TS/MP Release Supplement

Introduction to PDMCOM
HP NonStop TS/MP Release Supplement546055-006
4-10
ENV Command
ENV Command
Use ENV command to display PATHMON processes with which the PDMI process is
currently communicating.
Example
To display current environment:
PDMI 1>> OPEN $PM1, $PM2, $PM3
PATHMON : \NSSYS.$PM1
PATHMON : \NSSYS.$PM2
PATHMON : \NSSYS.$PM3
PDMI 2>> env
PATHMON : \NSSYS.$PM1
PATHMON : \NSSYS.$PM2
PATHMON : \NSSYS.$PM3
PDMI 3>> open $PM4
PATHMON : \NSSYS.$PM4
PDMI 4>> env
PATHMON : \NSSYS.$PM4(shows that only $PM4 is open)
FC Command
Use the FC command to edit or repeat a command line.
number
is the command number of the command to be retrieved. If number is passed as
-7, the 7th previous command is retrieved.
string
is the first character of a previous command.
This command displays the previous command line and prompts to edit input with a
period (.). FC accepts three subcommands:
R (replacement-string) Replaces one or more characters.
I (insertion-string) Inserts one or more characters.
D (deletion-character) Deletes one character.
ENV
FC [ [-] number | string ]