[mess] [bash] 测试一个字符串长度为零

Posted wander4096

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了[mess] [bash] 测试一个字符串长度为零相关的知识,希望对你有一定的参考价值。

Bash 中使用 -z 测试一个字符串长度为零

VERSION="2018.08"

if [[ -z $VERSION ]]; then
  echo "would not print"
fi

if [[ -z $NOT_EXIST ]]; then
  echo "test pass"
fi

以上是关于[mess] [bash] 测试一个字符串长度为零的主要内容,如果未能解决你的问题,请参考以下文章

在 Bash 中测试非零长度字符串: [ -n "$var" ] 或 [ "$var" ]

为什么我按字符串填充元素的长度为零? [关闭]

Excel 求和函数结果一直为零

Excel 求和函数结果一直为零

Shell基础学习 test命令

NULL 值与零、零长度的字符串或空白(字符值)的区别?