." Text automatically generated by txt2man-1.4.7 .TH rbdc "Oktober 08, 2003" "" "" .SH ABOUT rbdc is a ruby-digit-converter which converts digits from different bases into other bases .SH SYNOPSIS .nf .fam C \fBrbdc\fP [-h] [-d \fIdelimiter\fP] \fIfrom2to\fP number[delmiter]number .fam T .fi .SH OPTIONS .TP .B --help -h display help .TP .B --delim -d \fIdelimiter\fP (default ':') .TP .B --join -j join (default ':') .TP .B --format -f format for the output, see examples .TP .B from see BASES .TP .B to see BASES .SH BASES .IP \(bu 3 b | bin | binary .IP \(bu 3 o | oct | octal .IP \(bu 3 d | dec | decimal .IP \(bu 3 h | hex | hexadecimal .SH EXAMPLES .IP \(bu 3 \fBrbdc\fP hex2dec 00:22:44:66:88:aa .IP \(bu 3 \fBrbdc\fP bin2dec 10111 .SH AUTHOR mathias gumz .SH BUGS none atm