Native Inspect Manual (H06.04+)
Syntax of Native Inspect Commands
Native Inspect Manual—528122-005
4-55
nocstm option
nocstm option
A command-line option that specifies that Native Inspect is to ignore the commands in
the custom file, the EINSCSTM file. You can enter the nocstm option only when you
explicitly start Native Inspect with a RUN command specifying EINSPECT. You cannot
specify the nocstm option in a RUND command.
Typically, when Native Inspect starts up, it checks for existence of the custom file in the
user’s logon subvolume. If the custom file is found and the nocstm command line
option is not specified, Native Inspect executes commands in the file. You can include
almost all the Native Inspect commands, with the exception of the fc command, in your
custom file.
output command
Displays the value of the specified expression. The output command is identical to the
print command except that its output is not saved in the value history buffer ($1, $2,
and so on).
/format
is an optional count, format, and size specification.
expression
evaluates the expression and displays its value.
print command
Evaluates and displays the value of a specified expression.
The print command assigns a number to each output value, and the displayed result is
saved in the value history buffer. You can use the value history buffer to display the
result of previous print commands; specify the number assigned by the print command
($1, $2, $3, and so on).
Entered with no options, redisplays the last value in the value history buffer.
Special options accepted by the print command are:
•
$ refers to the last print display.
•
$$ refers to the next-to-last print display.
Related Commands: info locals, info args
--nocstm
output [ /format ] expression










