Assuming you mean the byte offset, from `man od`
-A, --address-radix=RADIX
output format for file offsets. RADIX is one of [doxn], for
Decimal, Octal, Hex or None
so for example `od -An file`
Assuming you mean the byte offset, from `man od`
-A, --address-radix=RADIX
output format for file offsets. RADIX is one of [doxn], for
Decimal, Octal, Hex or None
so for example `od -An file`