How can I check if a variable is empty or not in tcsh Shell?

后端 未结 3 755
借酒劲吻你
借酒劲吻你 2021-01-01 09:47

IF I have to check that if a variable is empty or not for that in bash shell i can check with the following script:

if [ -z \"$1\" ] 
then
    echo \"variabl         


        
3条回答
提交回复
热议问题