noft Manual (G06.26+)

noft Utility
noft Manual528273-001
2-3
Running the noft Utility in the OSS Environment
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-15
Do not include these, which are useful only in an interactive session:
°
The option HISTORY or H on page 3-20
°
The HISTORYBUFFER or HISTORYWINDOW parameter of the option SET
on page 3-43
(Options given in the command line are not stored in the history buffer.)
object-filename
specifies the target object 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 on page 2-3
noft
noft> file sample.o
noft> set scopesource sample.c
noft> listproc *
noft> exit