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

translation-badges
Per Jørgen Walstrøm 2020-11-30 13:09:35 +01:00 committed by GitHub
parent b20e80a60f
commit 4af919369e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -10,6 +10,10 @@
`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:
`xxd -c {{10}} {{input_file}}`