source: buchla-68k/orig/doc/Utilities/XOD.N@ 3ae31e9

Last change on this file since 3ae31e9 was 3ae31e9, checked in by Thomas Lopatic <thomas@…>, 7 years ago

Imported original source code.

  • Property mode set to 100755
File size: 1.6 KB
Line 
1
2.TH XOD 1
3.\" 8/3/86
4.ad
5.fi
6.UC 4
7.SH NAME
8xod \- hex/octal/decimal dump
9.SH SYNOPSIS
10.B xod
11[
12.B \-xod
13] [\fIfile ...\fR]
14.SH DESCRIPTION
15.I Xod
16dumps the specified
17.I file(s)
18in the base selected by the first argument.
19If the first argument is missing,
20.B \-x
21is default.
22.PP
23The
24.I file
25argument specifies which file is to be dumped.
26If no file argument is specified, the standard input is used.
27.PP
28Each output line consists of:
29.sp 1
30.ce
31offset: ... numeric dump ... | ASCII dump |
32.sp 1
33where the offset and numeric dump portions are in the specified base.
34Each output line dumps the same number of bytes as specified by the
35base.
36Non-printable characters are replaced with \`.\' in the ASCII portion
37of the dump.
38.PP
39Where sequential records are duplicates of the preceeding record, all
40such records are replaced by a single asterisk.
41.PP
42Dumping continues until end-of-file.
43.SH OPTIONS
44The meanings of the base argument characters
45are:
46.TP 3
47.B d
48Interpret bytes (8 bit words) in decimal.
49.TP 3
50.B o
51Interpret bytes (8 bit words) in octal.
52.TP 3
53.B x
54Interpret bytes (8 bit words) in hex.
55.PP
56If more than one option is specified, the last one is used.
57.SH BUGS
58There is no provision for beginning at a specified offset into the
59input file.
60.PP
61There is no provision for merging multibyte words into single values
62in the numeric dump portion.
63.SH SEE ALSO
64adb(1), od(1).
65.SH AUTHOR
66Richard Klappal
67.br
68uucp: !ihnp4!chinet!uklpl!rlk
69.br
70 !ihnp4!ihu1h!rlk (IH 4H-326 x4770)
71.br
72CompuServe: 74106,1021
73.br
74MCIMail: rklappal
75
Note: See TracBrowser for help on using the repository browser.