假设我编码如下:
if [ ${?} -ne 0 ]; then exit ${?}
这会正常工作吗?这是正确的“语法明智”吗?
syntax bash exit
bash ×1
exit ×1
syntax ×1