Shell Script to Add Two Integers

Calculating the sum of two integers (Numbers) in a shell script is pretty simple as other programming languages. Bash shell provides a command-line utility called expr to evaluate expressions. The latest version of Bash shell…