gpt4 book ai didi

bash - 为什么在 bash 中比较数字时 "[[ 10 < 2 ]]"为真?

转载 作者:行者123 更新时间:2023-11-29 08:59:30 25 4
gpt4 key购买 nike

<分区>

当我运行时

if [[ 10 < 2 ]];
then echo "yes";
else echo "no";
fi

在 shell 中,它返回 yes。为什么?应该是no吗?当我运行时

if [[ 20 < 2 ]];
then echo "yes";
else echo "no";
fi

它返回no

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com