1.

What do you mean by Shell Script?

Answer»

Shell SCRIPT, as NAME SUGGESTS, is a script especially written for shell. Here, script means PROGRAMMING language that is being used to control applications. It simply allows the execution of different commands that are entered in the shell.  It generally helps you to create complex programs containing conditional statements, loops, and functions. It is very easy to debug, can simplify everyday automation PROCESSES, and is much quicker as compared to writing big programs.



Discussion

No Comment Found