📜  bash 退出代码状态最后一条命令 - Shell-Bash 代码示例
📅  最后修改于: 2022-03-11 14:50:41.896000             🧑  作者: Mango
代码示例1
# The special variable $? returns the exit status of the last executed command:
echo $?