mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-06 11:26:00 +02:00
od: add link (#5587)
This commit is contained in:
parent
710945249c
commit
28b0f3fa11
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
> Display file contents in octal, decimal or hexadecimal format.
|
||||
> Optionally display the byte offsets and/or printable representation for each line.
|
||||
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/od-invocation.html>.
|
||||
|
||||
- Display file using default settings: octal format, 8 bytes per line, byte offsets in octal, and duplicate lines replaced with `*`:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue