Which of the following commands prints the exit value of the most recently executed program in Bash? seenagape 10 years ago Which of the following commands prints the exit value of the most recently executed program inBash? A.echo $? B.echo $# C.echo $exit D.echo $status E.echo $& Explanation: ← Previous question Next question →