码迷,mamicode.com
首页 > 其他好文 > 详细

shell--字符串是否为空

时间:2014-06-13 00:15:10      阅读:241      评论:0      收藏:0      [点我收藏+]

标签:style   class   blog   code   java   http   

bubuko.com,布布扣
b1=
b2=""
b3="hello"
if [[ -n "${b3}" ]]
then
    echo "not null"
else
    echo "null"
fi
bubuko.com,布布扣

b1     null

b2     null

b3     not null

 

-n str   字符串长度非零

shell--字符串是否为空,布布扣,bubuko.com

shell--字符串是否为空

标签:style   class   blog   code   java   http   

原文地址:http://www.cnblogs.com/lucasysfeng/p/3781461.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!