# # Linux Shell Script Tutorial # Q10 # a=5.66 b=8.67 c=`echo $a + $b | bc` echo "$a + $b = $c"