noft Manual (G06.27+, H06.03+, J06.03+)

noft Utility
noft Manual528273-003
2-3
Running the noft Utility in the OSS Environment
option
is a noft flag and its parameters, if any. If you do not specify option, noft runs
as an interactive process.
When you run noft from the command line:
Include the option FILE or F on page 3-17.
Prefix each option with a hyphen (-); for example, -file.
If an option includes an asterisk (*) or question mark (?) as a parameter, do
either of:
°
Enclose the option and its parameters in quotation marks; for example:
noft -file sample "-listproc *"
°
Enclose the entire sequence of options in quotation marks; for example
noft "-file sample -listproc *"
Do not include these options, which work only in an interactive session:
°
! (Exclamation Point) on page 3-4
°
FC on page 3-16
Do not include these, which are useful only in an interactive session:
°
The option HISTORY or H on page 3-22
°
The HISTORYBUFFER or HISTORYWINDOW parameter of the option SET
on page 3-47
(Options given in the command line are not stored in the history buffer.)
object-filename
specifies the target object code file.
Example 2-1. noft Command Line
noft -file sample.o -set scopesource sample.c "-listproc *"
Example 2-2. Interactive noft Session Equivalent to Example 2-1
noft
noft> file sample.o
noft> set scopesource sample.c
noft> listproc *
noft> exit