Logical Operations
Explore how to apply logical operations and arithmetic evaluation in Bash script conditions. Understand the use of comparison symbols, the (( operator, logical AND, OR, and NOT operators, and differences between arithmetic evaluation and expansion to write more efficient and accurate shell scripts.
We'll cover the following...
We'll cover the following...
Comparison symbols
The [[ operator ...