NET/MASTER Management Services (MS) Command Reference Manual

HISTORY
NonStop NET/MASTER MS Commands
2–112 115412 Tandem Computers Incorporated
HISTORY The HISTORY command displays the most recently executed command lines. You can
use this command to display commands from the history buffer associated with an
OCS window. Entering the HISTORY command with no operands displays up to the
last 10 command lines. The PROFILE CMDSTACK command provides details about
the history buffer, which contains previously executed commands.
HISTORY [
number
]
number
specifies the number of command lines to display.
Considerations
The default authority level of this command is 0.
You cannot enter this command from an NCL procedure, only from a command
input line.
Messages NNM0351, NNM0353, and NNM0354 indicate the results of this
command. Refer to the NonStop NET/MASTER Messages Manual or NonStop
NET/MASTER MS online help for a description of these messages.
This command does not increment the command line number.
For related information, see the !, ?, CS-, CS+, FC, and PROFILE CMDSTACK
commands.
Examples
1. The following example displays the last 10 command lines:
HISTORY
2. The following example clears the screen and displays the last 20 command lines:
CLEAR;HISTORY 20
3. The following example is the abbreviated form of the previous example:
K;H 20