TACL Reference Manual

UTILS:TACL Commands and Functions
HP NonStop TACL Reference Manual429513-018
8-60
ENV Command
ENV Command
Use the ENV command to display the settings of one or all the environmental
parameters for your TACL.
environment-parameter
is one of these:
HOME
INLECHO
INLOUT
INLPREFIX
INLTO
PMSEARCH
SYSTEM
USE
VOLUME
HOME
displays the name of your current home directory. You set this value with the
HOME command.
INLECHO
displays the setting, OFF or ON, of the #INLINEECHO Built-In Variable on
page 9-201, which controls whether TACL copies to its own OUT file the lines it
sends as input to inline processes.
INLOUT
displays the setting, OFF or ON, of the #INLINEOUT Built-In Variable
on
page 9-203, which controls whether TACL copies to its own OUT file lines sent
by inline processes to their OUT files.
INLPREFIX
displays the (possibly null) value of the #INLINEPREFIX Built-In Variable
on
page 9-204, which contains the character or characters constituting the prefix
that identifies lines to be passed to inline processes.
INLTO
displays the (possibly null) value of the #INLINETO Built-In Variable on
page 9-207, which contains the name of a variable to which are appended
copies of lines sent by inline processes to their OUT files, if such a variable has
been defined.
ENV [ environment-parameter ]