NAME

tohex - converts decimal to hexadecimal

SYNOPSIS

tohex [inverse] [binary] [mask]

DESCRIPTION

tohex takes decimal number from stdin and converts them to hexadecimal numbers on stdout. binary - prints out as binary.

inverse - converts decimal to hex.

mask - masks (&s) the input.


Misc index