InterviewSolution
Saved Bookmarks
| 1. |
What is a shell script?(a) group of commands(b) a file containing special symbols(c) a file containing a series of commands(d) group of functionsI had been asked this question in homework.My question is based upon Shell Programming using read Command and Command Line Arguments topic in division Essential Shell Programming of Unix |
|
Answer» The correct choice is (c) a file containing a series of COMMANDS |
|