Od command on Linux (octal/hexa)
The od command in Linux (Octal and Other Formats) is used to view the content of a file in the formats hexadecimal, octal, ASCII and character names.
The frequently used option is:
-t type: Specifies the type of output that the od command should generate.
Possible types are:
- a: Character name;
- c: ASCII;
- o: Octal;
- x: Hex.
Example:
Learn much more about Linux in our online course. You can register here. If you already have an account, or want to create one, just log in or create your user here.
Did you like it?
Share