shell scripting arithmetic operations

Posted by benjamin button on Stack Overflow See other posts from Stack Overflow or by benjamin button
Published on 2010-06-10T05:21:46Z Indexed on 2010/06/10 5:22 UTC
Read the original article Hit count: 225

Filed under:
|
|
|

in general i will use expr inside shell scripts for doing arithmetic operations.

is there a way where we can come up with arithmetic operation in a shell script without using expr?

© Stack Overflow or respective owner

Related posts about unix

Related posts about shell