-z选项里面if条件在shell脚本中

前端之家收集整理的这篇文章主要介绍了-z选项里面if条件在shell脚本中前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
有人可以在写条件时使用shell脚本来发表-z选项的意义。

让我粘贴我正在看的确切条件

if [[ "x$do_clean_flag" = "x-clean" && -z "$show_me_flag" && "$verify" = true ]]
从“帮助测试”:
-z STRING      True if string is empty.
原文链接:https://www.f2er.com/bash/387534.html

猜你在找的Bash相关文章