Suppose if I have two variable A and B. I want the result of A divided by B in C.
I tried with expr command, as shown below, but it is giving the error
A=3.75
B=3
C=`expr $A / $B`
expr: 0402-046 A specified operator requires numeric parameters.
Thanks in advance
Mallik
I tried with expr command, as shown below, but it is giving the error
A=3.75
B=3
C=`expr $A / $B`
expr: 0402-046 A specified operator requires numeric parameters.
Thanks in advance
Mallik