| xd \- hex, octal, decimal, or ASCII dump |
| concatenates and dumps the |
| (standard input by default) |
| Groups of 16 bytes are printed in each of the named formats, one |
| Each line of output is prefixed by its address (byte offset) |
| The first line of output for each group is zero-padded; subsequent are blank-padded. |
| are specified by pairs of characters telling size and style, |
| .TP \w'\fL-a\fIstyle\fLXX'u |
| representations or C escape sequences where possible. |
| Print file addresses in the given style (and size 4). |
| (Unbuffered) Flush the output buffer after each 16-byte sequence. |
| Reverse (swab) the order of bytes in each group of 4 before printing. |
| Print repeating groups of identical 16-byte sequences as the first group |
| The various output formats don't line up properly in the output of |