hexdump: add --no-squeezing example (#6894)
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
> An ASCII, decimal, hexadecimal, octal dump.
|
> An ASCII, decimal, hexadecimal, octal dump.
|
||||||
> More information: <https://manned.org/hexdump>.
|
> More information: <https://manned.org/hexdump>.
|
||||||
|
|
||||||
- Print the hexadecimal representation of a file:
|
- Print the hexadecimal representation of a file, replacing duplicate lines by '*':
|
||||||
|
|
||||||
`hexdump {{file}}`
|
`hexdump {{file}}`
|
||||||
|
|
||||||
@@ -14,3 +14,7 @@
|
|||||||
- Display the hexadecimal representation of a file, but interpret only n bytes of the input:
|
- Display the hexadecimal representation of a file, but interpret only n bytes of the input:
|
||||||
|
|
||||||
`hexdump -C -n{{number_of_bytes}} {{file}}`
|
`hexdump -C -n{{number_of_bytes}} {{file}}`
|
||||||
|
|
||||||
|
- Don't replace duplicate lines with '*':
|
||||||
|
|
||||||
|
`hexdump --no-squeezing {{file}}`
|
||||||
|
Reference in New Issue
Block a user