InterviewSolution
Saved Bookmarks
| 1. |
Which of the following commands let us perform a set of instructions repeatedly?(a) for(b) while(c) until(d) for, while, untilThe question was asked in an interview for internship.Asked question is from Shell Programming using Various Commands in portion Essential Shell Programming of Unix |
|
Answer» The correct choice is (d) for, while, until |
|