plainhex/plainunhex.1

19 lines
375 B
Groff

.Dd Aug 17, 2019
.Dt PLAINUNHEX 1
.Os
.Sh NAME
.Nm plainunhex
.Nd most basic possible hexundump
.Sh SYNOPSIS
.Nm
.Sh DESCRIPTION
.Nm
reads pairs of hex digits from the stdin and writes the corresponding bytes
to stdout.
Both lowercase and uppercase hex digits are supported.
Everything that is not a hex digit is ignored.
.Sh EXIT STATUS
.Ex -std
.Sh SEE ALSO
.Xr plainhex 1