[[ expression ]] [[ string1 =~ regex ]] supports regex [[ string1
== pattern* ]] supports shell globbing/pattern matching
(( expression )) Designed for integers Supports full set of
arithmetic evaluations
[[ expression ]] [[ string1 =~ regex ]] supports regex [[ string1
== pattern* ]] supports shell globbing/pattern matching
(( expression )) Designed for integers Supports full set of
arithmetic evaluations