diff --git a/pages/common/od.md b/pages/common/od.md index d9975f908..a503e90b2 100644 --- a/pages/common/od.md +++ b/pages/common/od.md @@ -3,7 +3,7 @@ > Display file contents in hexadecimal, octal, or printable character format. > Optionally display the byte offsets into the file. -- Display file in octal format 8 bytes per line with the byte offsets in octal as well replacing duplicate lines with '*': +- Display file in octal format 8 bytes per line with the byte offsets in octal as well replacing duplicate lines with `*`: `od {{/path/to/file}}`