xxd: add -a for compact output example (#4990)
This commit is contained in:

committed by
GitHub

parent
b20e80a60f
commit
4af919369e
@@ -10,6 +10,10 @@
|
|||||||
|
|
||||||
`xxd {{input_file}} {{output_file}}`
|
`xxd {{input_file}} {{output_file}}`
|
||||||
|
|
||||||
|
- Display a more compact output, replacing consecutive zeros (if any) with a star:
|
||||||
|
|
||||||
|
`xxd -a {{input_file}}`
|
||||||
|
|
||||||
- Display the output with 10 columns of one octet (byte) each:
|
- Display the output with 10 columns of one octet (byte) each:
|
||||||
|
|
||||||
`xxd -c {{10}} {{input_file}}`
|
`xxd -c {{10}} {{input_file}}`
|
||||||
|
Reference in New Issue
Block a user