Check If A Variable Is Set/Empty In Bash
How to Check if a Variable is Empty in Bash
How to Check if Bash Variable is a Number
How to check if a variable is set in Bash
How to test if a variable is defined at all in Bash prior to version 4.2 with the nounset shell...
Unix & Linux: Bash checking if a variable is set with -z while having `set -u`? (2 Solutions!!)
Unix & Linux: bash + how to verify if file is empty
Prevent Unset Variables in Your Shell / Bash Scripts with set -o nounset
Unix & Linux: bash script: check if a variable is in [A-Z] (5 Solutions!!)
How to know if environment variable with given name exists in Bash
Using Bash set -x to Help Debug Why a Script Isn't Working
BASH Fallback to Default Variables Linux Shell Tutorial
bash one-liner: set variable to output of command or to default value if output is empty
Checking out the Set Bash built-in
Understanding and Resolving the "bash: [: too many arguments" Error in Ubuntu
Understanding the -z Option in Bash
#8 - Working with Conditions in Bash
The Bash "test" Command Tutorial
How to Use Test Conditions and If Statements in Bash