mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-02 01:35:23 +02:00
Update pages/common/hexdump.md
Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com>
This commit is contained in:
parent
4900805860
commit
bebb5dcfbd
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
|
||||
`hexdump -C -n {{number_of_bytes}} {{path/to/file}}`
|
||||
|
||||
- Verbose - No suppression by '*' on duplicate lines:
|
||||
- Verbose - no suppression by `*` on duplicate lines:
|
||||
|
||||
`hexdump -v {{path/to/file}}`
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue