diff options
Diffstat (limited to 'text-utils/hexdump.1.adoc')
-rw-r--r-- | text-utils/hexdump.1.adoc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/text-utils/hexdump.1.adoc b/text-utils/hexdump.1.adoc index 82c1e60..dd6247e 100644 --- a/text-utils/hexdump.1.adoc +++ b/text-utils/hexdump.1.adoc @@ -46,6 +46,8 @@ SUCH DAMAGE. hexdump - display file contents in hexadecimal, decimal, octal, or ascii +== SYNOPSIS + *hexdump* _options file_ ... *hd* _options file_ ... @@ -61,6 +63,9 @@ Below, the _length_ and _offset_ arguments may be followed by the multiplicative *-b*, *--one-byte-octal*:: _One-byte octal display_. Display the input offset in hexadecimal, followed by sixteen space-separated, three-column, zero-filled bytes of input data, in octal, per line. +*-X*, *--one-byte-hex*:: +_One-byte hexadecimal display_. Display the input offset in hexadecimal, followed by sixteen space-separated, two-column, zero-filled bytes of input data, in hexadecimal, per line. + *-c*, *--one-byte-char*:: _One-byte character display_. Display the input offset in hexadecimal, followed by sixteen space-separated, three-column, space-filled characters of input data per line. |