Amit's Blog
Check Null string in bash
amit -
08 Jul 2011
if [ -z $string ]; then
echo “String is Null”