Od (Unix)
| od | |
|---|---|
| Original author(s) | AT&T Bell Laboratories |
| Developer(s) | Various open-source and commercial developers |
| Initial release | November 3, 1971 |
| Operating system | Unix, Unix-like, IBM i |
| Platform | Cross-platform |
| Type | Command |
| License | coreutils: GPLv3+ |
od is a command on various operating systems for displaying ("dumping") data in various human-readable output formats. The name is an acronym for "octal dump" since it defaults to printing in the octal data format.