I'm trying to change the input and the output base using dc in a shell script. I'm having trouble writing down the exact command. I do not have BASH.
I've tried variations on this: (input numb) 2i 10o p | dc
feedback
|
|
The You have to set the input radix before giving it an input number. For example:
prints Try this:
The output is:
Note that In fact, I see I ran into that problem myself. I meant to set the output radix to 16. I should have written | |||
|
feedback
|