xxd: add -a for compact output example (#4990)

This commit is contained in:
Per Jørgen Walstrøm
2020-11-30 13:09:35 +01:00
committed by GitHub
parent b20e80a60f
commit 4af919369e

View File

@@ -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}}`