hexdump - prints a dump in hex of a file

SYNOPSIS

hexdump -[ -aomu ] filename

DESCRIPTION

hexdump print out a hexadecimal dump of the named file.

OPTIONS

-a
prints the address at the beginning of each line. (offset from start of block)
-o
does a lseek of the amount of this argument, (in hex) for an offset.
-m
max number of dump lines printed. (very approximate)
-u
prints out only the unique lines, giving the multiplicity count at the end of the line

BUGS

Max buffer size is 65536
Offset is always interpreted in hex
Often many more lines are printed than -u would imply.


Markup created by unroff 1.0,    April 11, 1996.