Owner's manual

Command Interpreter
HP AutoSYNC User’s Guide522580-015
8-67
FACTOR
FACTOR
Accepts any numeric expression and calculates the prime factors of the integer part of
the expression.
constant
an ordinary decimal constant with or without a decimal point, or a binary, octal, or
hexadecimal integer prefixed by %b, %, or %h, respectively.
FC and !
Execute previous commands found in the command history. FC permits a command to
be edited before execution, while ! executes a command without editing.
The desired command can be specified in one of four ways:
The default is the immediately preceding command;
A positive number specifies the ordinal number of a command in the history
buffer (See HISTORY).
A negative number specifies a relative command in the history buffer, with the
most recent command having the value –1.
A text string selects the most recent command that starts with the specified
text.
The FC and ! command are not multiline commands and are not terminated with a
semicolon.
FILEINFO (FI)
Displays information about Enscribe files. The information displayed is similar to the
TACL FILEINFO display.
file-set
TACL-style file name pattern specifying a collection of files. If no file-set is
specified, the current subvolume is assumed.
DETAIL
FACTOR constant;
FC [ integer | -integer | text ]
! [ integer | -integer | text ]
FI[LEINFO] file-set [, DETAIL ];
or
FID file-set;