From 28b0f3fa11d76b11e53de3e7cc611f2c7036e930 Mon Sep 17 00:00:00 2001 From: marchersimon <50295997+marchersimon@users.noreply.github.com> Date: Tue, 30 Mar 2021 15:56:07 +0200 Subject: [PATCH] od: add link (#5587) --- pages/common/od.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/common/od.md b/pages/common/od.md index 63f9040ddc..4a50cf1b49 100644 --- a/pages/common/od.md +++ b/pages/common/od.md @@ -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: . - Display file using default settings: octal format, 8 bytes per line, byte offsets in octal, and duplicate lines replaced with `*`: