*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: od | Section: 1 | Source: UNIX v7 | File: od.1
OD(1) General Commands Manual OD(1) NAME od - octal dump SYNOPSIS od [ -bcdox ] [ file ] [ [ + ]offset[ . ][ b ] ] DESCRIPTION Od dumps file in one or more formats as selected by the first argument. If the first argument is missing, -o is default. The meanings of the format argument characters are: b Interpret bytes in octal. c Interpret bytes in ASCII. Certain non-graphic characters appear as C escapes: null=\0, backspace=\b, formfeed=\f, newline=\n, re- turn=\r, tab=\t; others appear as 3-digit octal numbers. d Interpret words in decimal. o Interpret words in octal. x Interpret words in hex. The file argument specifies which file is to be dumped. If no file ar- gument is specified, the standard input is used. The offset argument specifies the offset in the file where dumping is to commence. This argument is normally interpreted as octal bytes. If `.' is appended, the offset is interpreted in decimal. If `b' is ap- pended, the offset is interpreted in blocks of 512 bytes. If the file argument is omitted, the offset argument must be preceded `+'. Dumping continues until end-of-file. SEE ALSO adb(1) OD(1)

Navigation Options