Native Inspect Manual (H06.04+)

Syntax of Native Inspect Commands
Native Inspect Manual528122-005
4-31
fc command
fc command
Redisplays a previous command and allows you to edit and reexecute the command.
This command behaves like the fc command in TACL on a NonStop system.
command-number
is the number of the command you want to redisplay, edit, and reexecute. Use the
show command with the commands option to display the commands entered in the
current session.
command-string
is the first few letters of the command you want to redisplay, edit, and reexecute.
Native Inspect supports the same editing characters that TACL supports:
d or D for delete (deletes the characters above the d or D)
i or I for insert (inserts the string that follows the i or I)
r or R for replace (replaces the characters in the original command with the
characters following the r or R)
See the Guardian User’s Guide for examples of the FC command.
files command
Displays files in the current working directory or the directories that match a specified
pattern.
If you do not specify a pattern, the files command displays the names of all the files
in the current working directory.
Alias: ls command
pattern
is any file-name wildcard pattern, such as ?disp* (matches ODISP, ODISP2, and
ADISPFILE).
The files command accepts the following wildcard characters:
* matches 0 or more characters
? matches any one character
fc [ command-number | command-string ]
files [ pattern ]