NAME
xd – hex, octal, decimal, or ASCII dump |
SYNOPSIS
xd [ option ... ] [ –format ... ] [ file ... ] |
DESCRIPTION
Xd concatenates and dumps the files (standard input by default)
in one or more formats. Groups of 16 bytes are printed in each
of the named formats, one format per line. Each line of output
is prefixed by its address (byte offset) in the input file. The
first line of output for each group is zero–padded; subsequent
are
blank–padded.
Formats other than –c are specified by pairs of characters telling
size and style, 4x by default. The sizes are
The styles are
Other options are |
SOURCE
/sys/src/cmd/xd.c |
SEE ALSO
db(1) |
BUGS
The various output formats don't line up properly in the output
of xd. |