how to use floating point values for calculations in a shell script
Please help me with the following problem
How can i use floating point values for calculations in a shell script
for example expr 14 / 3 would result in 4 not 4.67
How can I achieve the floating point value?
Please help...
Last edited by max_rsr; 03-12-2005 at 10:25 PM.
|