Scroll to navigation

HEX2BIN(1) General Commands Manual HEX2BIN(1)

NAME

hex2bin - convert hexadecimal to the encoded values

SYNOPSIS

hex2bin

DESCRIPTION

hex2bin reads from its standard input, ignoring any byte which isn’t a valid hexadecimal digit, and combines any two successive hexadecimal digits into the corresponding byte, which it outputs to its standard output. Only complete bytes are output, so an odd number of hexadecimal digits as input will drop the last digit.

OPTIONS

This program has no options.

SEE ALSO

infnoise(8).

June 22 2018