代码片段
敖武的博客
作者:
敖武
在 shell 中进行数字比较
在 shell 中进行数字比较
if
[
2
-gt
3]
then
print
"2 is greater"
else
print
"2 is not greater"
fi