cd /tmp $ echo $? 0 $ command exit with result code : 0. echo $? is a shell command that will print the exit status of the previous shell command.
確定! 回上一頁