InterviewSolution
Saved Bookmarks
| 1. |
When we use &&, the second command is executed only when first succeeds.(a) True(b) FalseThis question was posed to me during a job interview.My question is taken from Logical Operators and Conditional Execution in chapter Essential Shell Programming of Unix |
|
Answer» The CORRECT answer is (a) True |
|