mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-01 18:55:24 +02:00
Update pages/common/hexdump.md
Co-authored-by: Wiktor Perskawiec <wiktor@perskawiec.cc>
This commit is contained in:
parent
d567d3b66b
commit
f3fc8434b0
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
|
||||
`hexdump -C {{path/to/file}}`
|
||||
|
||||
- Display the hexadecimal representation of a file, but interpret only n bytes of the input:
|
||||
- Display the hexadecimal representation of a file, but interpret only a specific number of bytes of the input:
|
||||
|
||||
`hexdump -C -n {{number_of_bytes}} {{path/to/file}}`
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue