logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

hex2bin - convert hexadecimal to the encoded values

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.

Name

       hex2bin - convert hexadecimal to the encoded values

Options

       This program has no options.

See Also

infnoise(8).

                                                  June 22 2018                                        HEX2BIN(1)

Synopsis

hex2bin

See Also