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