plainhex/plainhex.1

18 lines
345 B
Groff

.Dd Aug 17, 2019
.Dt PLAINHEX 1
.Os
.Sh NAME
.Nm plainhex
.Nd most basic possible hexdump
.Sh SYNOPSIS
.Nm
.Sh DESCRIPTION
.Nm
reads bytes from stdin and writes them hex-encoded to stdout.
There is no line-wrapping, padding, or field separation.
The hexdump is ended with a single newline.
.Sh EXIT STATUS
.Ex -std
.Sh SEE ALSO
.Xr plainunhex 1