
NAME

  dkt hex   - Show file contents in hexadecimal representation
  dkt octal - Show file contents in octal representation

SYNOPSIS

  dkt hex   [<option(s)>] [<file(s)>]
  dkt octal [<option(s)>] [<file(s)>]

DESCRIPTION

The program shows the contents of the specified file(s) in hexadecimal
or octal representation.

OPTIONS

-a
	show address information.

-t
	show printable characters as text too.


RETURN VALUE

The program returns 0 on success, any other value indicates an error.

AUTHOR

Dirk Krause

HISTORY

The "dkt hex" and "dkt octal" functions replace the showhex program from
previous dktools versions.

