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: 249
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