Linux Shell - Arithmetic Operations solution January 27, 2022 Linux Shell - Arithmetic Operations solution for explanation watch video:: code:: read string res= $(echo "scale=4;$string" | bc) printf "%.3f" "$res" Read more