From c958e0017f9595374cdd7bc3921a429b1f65c279 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Fri, 7 Sep 2018 21:33:10 -0400 Subject: Add xx.1 --- bin/xx.1 | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 bin/xx.1 (limited to 'bin/xx.1') 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 -- cgit 1.4.1