Open System Services Shell and Utilities Reference Manual (G06.28+, H06.05+)
enoft(1) OSS Shell and Utilities Reference Manual
• List object file attributes.
You can display the following object file components with enoft:
• Various file 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
files. To
use enoft interactively, enter the enoft command without specifying any flags; you can then
specify the flags 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 flag is specified on the command line.
To use enoft from a command file, capture the flags listed in the FLAGS subsection of this refer-
ence page or the subcommands listed in the SUBCOMMANDS subsection of this reference page.
Capture one flag or subcommand per line in the command file and then specify the command file
as the standard input file to the enoft command using a redirection operator. Output can also be
redirected to a file. The effective syntax for the enoft command in this instance is:
enoft < command_file [ > output_file ]
For complete information on using enoft, refer to the enoft Manual.
SUBCOMMANDS
enoft supports all flags listed in the SYNOPSIS section as subcommands for interactive use. Such
subcommands consist of the flag without the prefixed dash (-).
The following subcommands are primarily for interactive use. These subcommands can be
entered as OSS shell command line flags when prefixed 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 specified directory.
{ DIR | FILES }[dir_pathname2 ]
Lists the files in the specified 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 Specifies the number of a previously entered subcommand line.
The default value is the previously entered subcommand line.
3−100 Hewlett-Packard Company 527188-007