Question: Linux: In a bash shell script, what operator in a conditional expression like [ N1 operator N2 ] is used to test whether one integer
Linux:
In a bash shell script, what operator in a conditional expression like [ N1 operator N2 ] is used to test whether one integer is less than or equal to another integer?
| -le | ||
| -a | ||
| = | ||
| && |
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
