intcnv - convert integer into various forms
The intcnv utility converts the specified octal (base-8), decimal
(base-10), or hexadecimal (base-16) integer into its binary, octal, decimal,
and hexadecimal forms by default. Then, intcnv writes those results to
the standard output.
The following option is available:
- -b
- Causes integer to be taken in binary (base-2) form.
The intcnv utility exits with one of the following values:
- 0
- The conversion was successful.
- 1
- An error was detected.
Jeffrey Allen Neitzel <jan@etsh.nl> wrote this implementation of
the intcnv command and maintains it as intcnv(1).
See either the LICENSE file, which is distributed with intcnv, or
https://jan.etsh.nl/p/intcnv/src/LICENSE for full details.