summaryrefslogtreecommitdiff
path: root/hexdump.1
blob: a6ddd5edbbd3f4fefb99412eb0b5dc7c2860fa60 (plain)
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
.Dd 2023-04-14
.Dt HEXDUMP 1
.Os abase
.Sh NAME
.Nm hexdump
.Nd display file contents in hex and/or ASCII
.Sh SYNOPSIS
.Nm
[-Cv] {file}
.Sh DESCRIPTION
.Nm
prints hexadecimal dump of
.Ar file
to stdout.
.Sh OPTIONS
.sp
.RE
\fB\-C\fP
.RS 4
Canonical hex+ASCII format. 16 bytes per line, print hex code area on
the left and printable characters on the right (this is the default).
.RE
.sp
\fB\-v\fP
.RS 4
Display all data, no squezing of consecutive identical lines of bytes
(this is the default).