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

Explanation: When we have to EXECUTE a series of commands altogether, we store them in a file which is itself executed as a shell script. A shell script is basically a computer PROGRAM designed to be run by the UNIX shell.



Discussion

No Comment Found

Related InterviewSolutions