标签: bash
我不明白为什么我的下面代码没有退出错误......
set -e echo $((10/0))
输出:
-bash: 10/0: division by 0 (error token is "0")
在上面运行代码echo $?后返回1
echo $?