|
|
1.1 root 1:
2:
3: od Command od
4:
5:
6:
7:
8: Print an octal dump of a file
9:
10: oodd [-bbccddooxx] [_f_i_l_e] [ [+] _o_f_f_s_e_t[.][bb] ]
11:
12: od prints the specified file as a sequence of octal numbers, or
13: machine words. If no file is specified, od dumps the standard
14: input.
15:
16: The following options set the format of oodd's output:
17:
18:
19: -bb Bytes in default base
20: -cc Bytes in ASCII characters
21: -dd Words in decimal
22: -oo Words in octal
23: -xx Words in hexadecimal
24:
25:
26: The default base is octal on the PDP-11 and hexadecimal on the
27: i8086, Z-8001, and M68000 families of microprocessors.
28:
29: Dumping can start at position offset into the file. The
30: specified offset is octal unless the `.' suffix is present to
31: signify decimal. offset is in bytes unless the b suffix is
32: present to signify 512-byte blocks.
33:
34: ***** See Also *****
35:
36: ASCII, commands, conv, db, scat
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64: COHERENT Lexicon Page 1
65:
66:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.