美文网首页
shell-判断表达式

shell-判断表达式

作者: _str_ | 来源:发表于2019-08-08 08:21 被阅读0次

    shell-6-判断表达式

    test

    image
    image
    image
    image
    image
    image

    判断符号

    [ -z "${HOME}" ]; echo $?   判断字符串是否为0 为空的话输出true 后面的 echo $? 输出为0 显示上次输出正确
    

    在中括号 [] 内的每个元件都需要有空白键来分隔
    在中括号内的变量,最好都以双引号括号起来

    相关文章

      网友评论

          本文标题:shell-判断表达式

          本文链接:https://www.haomeiwen.com/subject/qapvdctx.html