First time here? Check out the Help page!
1 | initial version |
The trouble is that double-quotes don't work to hide shell variables under Unix, only under Windows. Try switching to single-quotes around your '$1=179($10.265+$20.670+$30.065)' expression.
2 | No.2 Revision |
The trouble is that double-quotes don't work to hide shell variables under Unix, only under Windows. Try switching to single-quotes around your '$1=179($10.265+$20.670+$30.065)' '$1=179*($1*0.265+$2*0.670+$3*0.065)'
expression.