xxd: add length flag (#2034)

This commit is contained in:
Agniva De Sarker
2018-03-19 14:44:35 +05:30
committed by Owen Voke
parent e97bffa53d
commit ddc10f1be0

View File

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