(not set) | |
Blog | (not set) |
Website | (not set) |
1
score
|
Convert a decimal number to octal, hexadecimal, binary, or anything$ bc <<< 'obase=2;1234' |