summary refs log tree commit diff
path: root/bin/xx.1
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-09-07 21:33:10 -0400
committerJune McEnroe <june@causal.agency>2018-09-07 21:33:10 -0400
commitc958e0017f9595374cdd7bc3921a429b1f65c279 (patch)
treec0f749efb3bf388f346268ecc856939fc7c5b486 /bin/xx.1
parentAdd watch.1 (diff)
downloadsrc-c958e0017f9595374cdd7bc3921a429b1f65c279.tar.gz
src-c958e0017f9595374cdd7bc3921a429b1f65c279.zip
Add xx.1
Diffstat (limited to 'bin/xx.1')
-rw-r--r--bin/xx.149
1 files changed, 49 insertions, 0 deletions
diff --git a/bin/xx.1 b/bin/xx.1
new file mode 100644
index 00000000..3eabe9d7
--- /dev/null
+++ b/bin/xx.1
@@ -0,0 +1,49 @@
+.Dd $Mdocdate$
+.Dt XX 1
+.Os "Causal Agency"
+.Sh NAME
+.Nm xx
+.Nd hexdump
+.Sh SYNOPSIS
+.Nm
+.Op Fl arsz
+.Op Fl c Ar cols
+.Op Fl g Ar group
+.Op Ar file
+.Sh DESCRIPTION
+.Nm
+dumps the contents of a
+.Ar file
+or standard input
+in hexadecimal format.
+.Pp
+The arguments are as follows:
+.Bl -tag -width Ds
+.It Fl a
+Toggle ASCII output.
+.It Fl c Ar cols
+Output
+.Ar cols
+bytes per line.
+The default
+.Ar cols
+is 16.
+.It Fl g Ar group
+Output extra space after every
+.Ar group
+bytes.
+The default
+.Ar group
+is 8.
+.It Fl r
+Reverse hexdump.
+Read hexadecimal input
+and write byte output.
+.It Fl s
+Toggle offset output.
+.It Fl z
+Skip output of lines containing only zeros.
+.El
+.Sh SEE ALSO
+.Xr hexdump 1 ,
+.Xr xxd 1
McEnroe 2019-12-21Add first working version of imboxJune McEnroe 2019-12-20Respect mailmap in gl pretty formatJune McEnroe 2019-12-20Set LANG in cgit filtersJune McEnroe 2019-12-20Source .editrc before applying -v or -eJune McEnroe 2019-12-20Disable signing commitsJune McEnroe 2019-12-19Ignore about-filterJune McEnroe 2019-12-19Fix matching make tags with no sourcesJune McEnroe 2019-12-19Avoid matching := assignments as tagsJune McEnroe 2019-12-18Hide line numbers when rendering mdocJune McEnroe 2019-12-18Customize cgit CSSJune McEnroe 2019-12-18Use :target rather than :focus pseudo-classJune McEnroe 2019-12-18Copy cgit auxiliary binaries properlyJune McEnroe 2019-12-18Add git.causal.agency cgit configJune McEnroe 2019-12-18Bail from hi if input is binaryJune McEnroe 2019-12-16Post "cgit setup"June McEnroe