Exit, Factor, Fc and – HP Integrity NonStop J-Series User Manual
Page 135: Y the completion code by using the, Command
NonStop AutoTMF Commands
HP NonStop AutoTMF Software User’s Guide—429952-017
6-59
ENV
subvolume
an existing MapDB subvolume.
ENV
Displays the current setting of all environmental variables.
EXIT
Terminates the CI session. A CTRL–Y has the same effect.
The EXIT command does not require a semi-colon and cannot be followed by any text.
FACTOR
Calculates the prime factors of the integer part of the expression. Accepts any numeric
expression.
constant
a decimal constant with or without a decimal point, or a binary, octal, or
hexadecimal integer prefixed by %b, %, or %h respectively.
FC and !
Runs previous commands found in the command history. FC permits a command to be
edited before execution. “!” runs a command without editing. The commands are not
multiline commands and are not terminated with a semicolon.
The desired command can be specified in one of four ways:
The default is the immediately previous command;
integer (positive) specifies the ordinal number of a command in the history buffer
(See HISTORY).
-integer (negative) specifies a relative command in the history buffer, with the most
recent command having the value –1.
ENV;
EXIT
FACTOR constant;
FC [ integer | -integer | text ]
! [ integer | -integer | text ]