Bash Index : O - The 'O' Bash commands : description, flags and examples

mail

od

Usage

od : return octal dump of files, and also in other formats.

Flags

Flag Usage
-t type --format=type Specify the output format :
  • xn : hexadecimal, n bytes per integer
-A RADIX --address-radix=RADIX Decide how file offsets are printed : d for decimal, o for octal, x for hexadecimal, n for none.