infnoise-hex2bin(1)

convert hexadecimal to the encoded values

Section 1 infnoise bookworm source

Description

HEX2BIN

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).