-Z Opsi dalam skrip shell

#Checks if the size of the argument checked again is zero.

if [ -z ${VAR} ] ; then 
 echo "Variable is empty"
fi
Tense Tarantula