Open System Services Shell and Utilities Reference Manual (G06.28+, H06.05+)

enoft(1) OSS Shell and Utilities Reference Manual
List object le attributes.
You can display the following object le components with enoft:
Various le headers
Program text and data segments
Symbol table and relocation tables
These enoft capabilities are useful when developing and debugging programs.
The enoft utility can be used from the command line or interactively to examine object
les. To
use enoft interactively, enter the enoft command without specifying any ags; you can then
specify the ags interactively as subcommands in the manner described in the
SUBCOMMANDS
subsection of this reference page. Alternatively, enoft launches and runs as an interactive process
if the -NOEXIT ag is specied on the command line.
To use enoft from a command le, capture the ags listed in the FLAGS subsection of this refer-
ence page or the subcommands listed in the SUBCOMMANDS subsection of this reference page.
Capture one ag or subcommand per line in the command le and then specify the command le
as the standard input le to the enoft command using a redirection operator. Output can also be
redirected to a le. The effective syntax for the enoft command in this instance is:
enoft < command_le [ > output_le ]
For complete information on using enoft, refer to the enoft Manual.
SUBCOMMANDS
enoft supports all ags listed in the SYNOPSIS section as subcommands for interactive use. Such
subcommands consist of the ag without the prexed dash (-).
The following subcommands are primarily for interactive use. These subcommands can be
entered as OSS shell command line ags when prexed by a dash (-) but are only meaningful
when used interactively:
break key on keyboard
Interrupts the processing of the current subcommand as soon as possible without
corrupting any enoft internal tables. The enoft utility resumes operation with the
next subcommand line.
CD [ dir_pathname1 ]
Changes current working directory to the specied directory.
{ DIR | FILES }[dir_pathname2 ]
Lists the les in the specied directory.
EXIT | E | QUIT | Q
Stops the enoft process.
FC [ hist_num | -hist_offset | text ]
Allows you to edit or repeat a previously executed subcommand line.
hist_num Species the number of a previously entered subcommand line.
The default value is the previously entered subcommand line.
3100 Hewlett-Packard Company 527188-007