summaryrefslogtreecommitdiff
path: root/hexdump.1
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2023-04-16 19:55:27 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2023-04-16 19:55:27 +0200
commit36cd029a27aaba9fc3e84c68d79fcf887806e51b (patch)
treef564969a39494945648a2802319b0b7ef8cd4ccd /hexdump.1
parent6638fe908eedd0d3fd7531a9af2ed10dd18ed5c1 (diff)
downloadabase-36cd029a27aaba9fc3e84c68d79fcf887806e51b.tar.gz
abase-36cd029a27aaba9fc3e84c68d79fcf887806e51b.tar.bz2
added a simple hexdump
Diffstat (limited to 'hexdump.1')
-rw-r--r--hexdump.127
1 files changed, 27 insertions, 0 deletions
diff --git a/hexdump.1 b/hexdump.1
new file mode 100644
index 0000000..247064d
--- /dev/null
+++ b/hexdump.1
@@ -0,0 +1,27 @@
+.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
+.Sh DESCRIPTION
+.Nm
+prints hexadecimal dump of
+.Ar path
+to stdout.
+.Nm
+.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.
+.RE
+.sp
+\fB\-v\fP
+.RS 4
+Display all data, no squezing of consecutive identical lines of bytes.
+