InterviewSolution
Saved Bookmarks
| 1. |
To know the exit status of a command, we can use ____(a) $$(b) $*(c) $?(d) $-The question was posed to me in quiz.My query is from Logical Operators and Conditional Execution topic in chapter Essential Shell Programming of Unix |
|
Answer» Right option is (c) $? |
|