expr1 -le expr2Returns true if expr1 is less than or equal to expr2 ! expr1Negates the result of the expression File ConditionalsDescription -d fileTrue if the file is a directory -e fileTrue if the file exists (note that this is not particularly portable, thus -f is generally used...