In a Bash shell, the exit status (a.k.a. exit code or return code) of the last command you ran is stored in the special parameter $? .
確定! 回上一頁