Update od.md
This commit is contained in:

committed by
Agniva De Sarker

parent
25a9bc4ae4
commit
aface6c32d
@@ -1,11 +1,11 @@
|
||||
# od
|
||||
|
||||
> Display a file contents in hexadecimal, octal, or printable character format.
|
||||
> Display file contents in hexadecimal, octal, or printable character format.
|
||||
> Optionally display the byte offsets into the file.
|
||||
|
||||
- Display file in octal format with the byte offsets in octal as well:
|
||||
- Display file in octal format 8 bytes per line with the byte offsets in octal as well replacing duplicate lines with '*':
|
||||
|
||||
`od --address-radix=o --format=o -v {{/path/to/file}}`
|
||||
`od {{/path/to/file}}`
|
||||
|
||||
- Display file in hexadecimal format with byte offsets in hexadecimal, 4 bytes per line with each entry 1 byte long:
|
||||
|
||||
|
Reference in New Issue
Block a user