HEXDUMP


 

The HEXDUMP utility displays a hexadecimal dump of a file on the standard output device. Any portion of a file may be dumped and the output may be redirected to a file.

 

 

HEXDUMP [-A{address}][-L{nn}] {file}

Parameters:
address
The optional file starting dump address given in hex.
nn
The optional number of characters to output given in hex.
file
The required name of the file to be dumped.

Note the following:

  1. If neither the -A nor -L option is specified, the entire file is output.

  2. The file name may include directory information.

 

 

See Also: HEXDUMP Examples, Utilities

 



System Utilities GETKEY MAKEDEF