diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-14 19:33:32 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-14 19:33:32 +0000 |
commit | 8bb05ac73a5b448b339ce0bc8d396c82c459b47f (patch) | |
tree | 1fdda006866bca20d41cb206767ea5241e36852f /text-utils/hexdump.1.adoc | |
parent | Adding debian version 2.39.3-11. (diff) | |
download | util-linux-8bb05ac73a5b448b339ce0bc8d396c82c459b47f.tar.xz util-linux-8bb05ac73a5b448b339ce0bc8d396c82c459b47f.zip |
Merging upstream version 2.40.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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. |