shell script check if variable is not empty bash code example Example: bash check if variable is empty if [ -z "$var" ] #return true if $var is unset