Contents
Od (Unix)
** **** 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.
Overview
The program can display output in a variety of formats, including octal, hexadecimal, decimal, and ASCII. It is useful for visualizing data that is not in a human-readable format, like the executable code of a program, or where the primary form is ambiguous (e.g. some Latin, Greek and Cyrillic characters looking similar). is one of the earliest Unix programs, having appeared in version 1 AT&T Unix. It is also specified in the POSIX standards. The implementation for used on Linux systems is usually provided by GNU Core Utilities. Since it predates the Bourne shell, its existence causes an inconsistency in the loop syntax. Other loops and logical blocks are opened by the name, and closed by the reversed name, e.g. and , but 's existence necessitates. The command is available as a separate package for Microsoft Windows as part of the UnxUtils collection of native Win32 ports of common GNU Unix-like utilities. The od command has also been ported to the IBM i operating system.
Example session
Normally a dump of an executable file is very long. The program prints out the first few lines of the output. Here is an example of a dump of the "Hello world" program, piped through head. Here is an example of used to diagnose the output of where the user types Ctrl and Ctrl after writing "Hello" to literal insert a tab and character:
This article is derived from Wikipedia and licensed under CC BY-SA 4.0. View the original article.
Wikipedia® is a registered trademark of the
Wikimedia Foundation, Inc.
Bliptext is not
affiliated with or endorsed by Wikipedia or the
Wikimedia Foundation.