Shell脚本中判断输入变量或者参数是否为空的方法
先给大家分享一篇关于shell判断一个变量是否为空方法总结内容
shell判断一个变量是否为空方法总结
https://www.nhooo.com/article/154835.htm
1.判断变量
read-p"inputaword:"word if [!-n"$word"];then echo"youhavenotinputaword!" else echo"thewordyouinputis$word" fi
2.判断输入参数
#!/bin/bash if[!-n"$1"];then echo"youhavenotinputaword!" else echo"thewordyouinputis$1" fi
以下未验证。
3.直接通过变量判断
如下所示:得到的结果为:ISNULL
#!/bin/sh para1= if[!$para1];then echo"ISNULL" else echo"NOTNULL" fi
4.使用test判断
得到的结果就是:dminisnotset!
#!/bin/sh dmin= iftest-z"$dmin" then echo"dminisnotset!" else echo"dminisset!" fi
5.使用""判断
#!/bin/sh dmin= if["$dmin"=""] then echo"dminisnotset!" else echo"dminisset!" fi
下面是我在某项目中写的一点脚本代码,用在系统启动时:
#!/bin/bash
echo"InputParamIs[$1]"
if[!-n"$1"];then echo"youhavenotinputanullword!" ./app1;./app12;./app123 elif[$1-eq2];then ./app12;./app123 elif[$1-eq90];then echo"yy"; fi
热门推荐
10 五一公司放假祝福语简短
11 追星女孩的祝福语简短
12 给长辈端午祝福语 简短
13 生日祝福语有诗意简短
14 团圆日祝福语简短
15 中秋商务祝福语简短最新
16 温暖文艺简短祝福语短句
17 男孩上学祝福语简短的
18 入住酒店文案祝福语简短