5 \fBod\fR [\fB\-bcdhox\fR]\fR [\fIfile\fR] [ [\fB+\fR] \fIoffset\fR [\fB.\fR][\fBb\fR]\fR ]\fR
23 # Dump bytes as ASCII characters
26 # Dump words in decimal
29 # Print addresses in hex (default is octal)
32 # Dump words in octal (default)
35 # Verbose (list duplicate lines)
42 # Dump \fIfile\fP in octal and hex
45 # Dump \fIfile\fP starting at byte 01000
48 # Dump \fIfile\fP starting at block 10
52 dumps a file in one or more formats.
53 If \fIfile\fP is missing, \fIstdin\fR is dumped.
54 The \fIoffset\fP argument tells
56 to skip a certain number of bytes or blocks before starting.
57 The offset is in octal bytes, unless it is followed by a
58 \&'.\&' for decimal or \fBb\fP for blocks or both.