how to check if a line is not empty in bash code example Example: bash check if variable is empty if [ -z "$var" ] #return true if $var is unset