gpt4 book ai didi

bash - bash 中 $x, $[x], ${x} 的区别

转载 作者:行者123 更新时间:2023-11-29 09:50:36 24 4
gpt4 key购买 nike

<分区>

当我测试下面的脚本时:

#!/bin/bash

num1=100
num2=100


if test $num1 -eq $num2 # there is no difference using $num1 ,$[num1] and ${num1}
then
echo "equal"
else
echo "not equal"
fi

我知道如果我们回显变量,我们应该使用 {} 来定义外围,但是 [] 怎么样? []{} 有什么区别吗?

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