od command examples
od – dump files in octal and other formats
od -A x -t x1z -v
Display hexdump format output
od -A o -t oS -w16
The default output format used by od
od -A x -t x1z -v
Display hexdump format output
od -A o -t oS -w16
The default output format used by od