We can use the shell commands such as echo, awk, etc to perform the calculation.
Addition using echo command.
$ echo $((5+5)) 10
We can use the shell commands such as echo, awk, etc to perform the calculation.
Addition using echo command.
$ echo $((5+5)) 10