[ ]: -gt, -ge, -lt, -le, -eq, -ne ◦ in (( )): <, <=, >, >=, ==, != • String comparison ◦ ==, != ◦ in ASCII alphabetical order: >, < ◦ -z (null string), -n (not null) ◦ also file test operators (-e, -f, -d etc.) • Boolean ◦ in [[ ]]: &&, ||, ! ◦ in [ ] and with test: -a, -o, ! • Math ◦ in (( )): +, -, *, / (rounds to integer), ++, --, %, +=, *=, /=, -=, %=