InterviewSolution
Saved Bookmarks
| 1. |
Where is the exit status of a command stored?(a) $0(b) $>(c) $1(d) $?I got this question in final exam.This key question is from Shell Programming using Various Commands in section Essential Shell Programming of Unix |
|
Answer» The correct choice is (d) $? |
|