|
NAMEhexd —
human-friendly hexdump tool
SYNOPSIS
DESCRIPTIONhexd prints a human-readable hexdump of the specified
files, or standard input if omitted. Its main distinguishing feature is the
use of colours to visually indicate which range of values an octet belongs to,
aiding in spotting patterns in binary data.
The ranges an octet is classified into are zero
( OPTIONSIf no file operands are specified, standard input is read instead. Available options are listed below.
ENVIRONMENTHEXD_COLORS can be used to override the formatting used
by hexd to classify octets. If set, it should consist
of space-separated pairs of the form key=value, where
key is one of 'zero', 'low', 'printable', 'high' or 'all',
and value is an SGR formatting string. SGR formatting is
interpreted by your terminal emulator; consult its documentation or ECMA-48
for more details.
For example, the default formatting used when
zero=38;5;238 low=38;5;150 high=38;5;141
all=38;5;167
EXAMPLESHere are some examples of useful uses of hexd's features.
SEE ALSOhexdump(1), od(1), xxd(1)AUTHORSWritten by Jonas ‘FireFly’ Höglund.
Visit the GSP FreeBSD Man Page Interface. |