I am summing two small decimal numbers contained in two variables:
SEEupper=`expr $SEEmedian+$SEEthre | bc`
but since the result is a number smaller than 1, like 0.XXXX, the output is: '.XXXX'. Is there any way to have an output with the '0' before the dot and the decimals?