From aa9d4d58872f4c660e25169dbcf5e8acfe8e2cd9 Mon Sep 17 00:00:00 2001 From: Yuri Slobodyanyuk Date: Fri, 2 Dec 2016 13:01:58 +0200 Subject: [PATCH] Update od.md still more fixes --- pages/common/od.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/common/od.md b/pages/common/od.md index 68e313fdb..d9975f908 100644 --- a/pages/common/od.md +++ b/pages/common/od.md @@ -15,9 +15,9 @@ `od --address-radix=x --string=5 -v {{/path/to/file}}` -- Read only first {{number_of_bytes}} bytes of a file and display it in the hexadecimal format: +- Read only given number of first bytes of a file and display it in the hexadecimal format: -`od --address-radix=x --format=x --read-bytes {{number_of_bytes}} -v {{/path/to/file}}` +`od --address-radix=x --format=x --read-bytes 100 -v {{/path/to/file}}` - Display file in hexadecimal format along with its character representation, also do not print byte offsets: