crasho2001
Technical User
Hi,
In a shell script, I am dividing some numbers with expr.
expr 48 / 10 .... But the result is 4.
How can I get correct result 4.8 ....
Regards.
In a shell script, I am dividing some numbers with expr.
expr 48 / 10 .... But the result is 4.
How can I get correct result 4.8 ....
Regards.