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