od: add link (#5587)

This commit is contained in:
marchersimon
2021-03-30 15:56:07 +02:00
committed by GitHub
parent 710945249c
commit 28b0f3fa11

View File

@@ -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 `*`: