Here are Some Arithmetic Operators Used in Shell Script. OPERATOR DESCRIPTION + Add two Numbers - Subtract two Numbers * Multiply two...Read more »

The Magician Of Linux
Here are Some Arithmetic Operators Used in Shell Script. OPERATOR DESCRIPTION + Add two Numbers - Subtract two Numbers * Multiply two...Read more »
Different Arithmetic Comparison operators used in shell script are 1. -lt: It has same meaning as $ cat > arth.sh #!/bin/bash num1=1; num...Read more »