1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-06 23:46:00 +02:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,6 +2,7 @@
> Display file contents in octal, decimal or hexadecimal format. > Display file contents in octal, decimal or hexadecimal format.
> Optionally display the byte offsets and/or printable representation for each line. > 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 `*`: - Display file using default settings: octal format, 8 bytes per line, byte offsets in octal, and duplicate lines replaced with `*`: