-
Notifications
You must be signed in to change notification settings - Fork 0
/
hdump.man
62 lines (62 loc) · 1.19 KB
/
hdump.man
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
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
.TH hdump 1 "25 October 1993"
.SH NAME
hdump - hexadecimal dump
.SH SYNOPSIS
\f4hdump\fP
[
\f4\-h\fP
] [
\f4\-d\fP
] [
\f4\-e\fP
] [
\f4\-s len\fP
] [
filename
]
.SH DESCRIPTION
\&
.br
HDUMP COMMAND LINE
.PP
.TP
\f4 \-h\f1
Print a help message.
.TP
\f4 \-d\f1
Print "offsets" in decimal.
.TP
\f4 \-e\f1
Change the character encoding in the righthand column from ASCII to
EBCDIC. This does not change the hexadecimal representation.
.TP
\f4 \-s len\f1
Number of contiguos bytes in the dump: len is between 1 and 16.
The "len" default is 4.
.PP
OVERVIEW
.PP
hdump dump filename (or stdin) on the stdout using an MSDOS debug style
(or IBM mainframe style).
.PP
VARIABLES
.PP
The environment variable HDUMPSARG may be used to drive the default
number of contiguos bytes. It has the same effect of the -s len argument.
.PP
Enjoy!
\f4 \-s len\f1
Number of contiguos bytes in the dump: len is between 1 and 16.
The "len" default is 4.
.PP
OVERVIEW
.PP
hdump dump filename (or stdin) on the stdout using an MSDOS debug style
(or IBM mainframe style).
.PP
VARIABLES
.PP
The environment variable HDUMPSARG may be used to drive the default
number of contiguos bytes. It has the same effect of the -s len argument.
.PP
Enjoy!