echo 'obase=2; 3402823669209384469321375 ' | bc
10110100001001001101110000110101000010010101110011010101100110001011\
01011010011111
I would like to convert the multiple line output into a single line with single command.Thanks
Tried with "tr" able to get rid of \ but output is in 2 different line
echo 'obase=2; 3402823669209384469321375 ' | bc | tr '\' ' '