mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-30 00:35:30 +02:00
xxd: add length flag (#2034)
This commit is contained in:
parent
e97bffa53d
commit
ddc10f1be0
1 changed files with 4 additions and 0 deletions
|
@ -14,6 +14,10 @@
|
||||||
|
|
||||||
`xxd -c {{10}} {{input_file}}`
|
`xxd -c {{10}} {{input_file}}`
|
||||||
|
|
||||||
|
- Display output only upto a length of 32 bytes:
|
||||||
|
|
||||||
|
`xxd -l {{32}} {{input_file}}`
|
||||||
|
|
||||||
- Display the output in plain mode, without any gaps between the columns:
|
- Display the output in plain mode, without any gaps between the columns:
|
||||||
|
|
||||||
`xxd -p {{input_file}}`
|
`xxd -p {{input_file}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue