Bash if then语句用于处理多个聚类条件时,可以使用嵌套if then语句或使用case语句来替代。以下是两种解决方法的示例代码。
嵌套if then示例:
if [ $a -eq 1 ]; then
if [ $b -eq 2 ]; then
echo "a is 1 and b is 2"
fi
fi
case语句示例:
case $a in
1)
case $b in
2)
echo "a is 1 and b is 2"
;;
esac
;;
esac
上一篇:把是否分发包含自签名证书的docker镜像看作好主意,该如何做?
下一篇:win10 1703 ryzen-Windows10 1703 搭配 AMD Ryzen 处理器,电脑使用体验焕然一新