1.

How To Perform Arithmetic Operation?

Answer»

There are two WAYS to perform arithmetic operations:

  1. Using expr command (# expr 5 + 2).
  2. Using a dollar sign and square brackets ( $[ operation ] ) EXAMPLE : TEST=$[16 + 4] ; test=$[16 + 4].

There are two ways to perform arithmetic operations:



Discussion

No Comment Found