Bash – Removing line numbers from `od`’s output

bashod

Is there any flag to od to make it not output line numbers in the result?

Best Answer

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