1.

Which of the following displays the exit status of the last executed command?

A. echo $4
B. echo $$
C. echo $?
D. echo $!
Answer» D. echo $!


Discussion

No Comment Found