InterviewSolution
This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
What is Shell Scripting |
|
Answer» Text files containing commands to execute by a SHELL are called shell scripts. In this, long and repetitive series of commands are compiled into a single script that can be stored and executed at any time, thereby REDUCING programming efforts. In shell scripts, repetitive work is largely avoided. The most common reason for USING shell scripting is to program operating systems of Windows, UNIX, Apple, ETC. In addition, companies use this script to DEVELOP an operating system with their own features. In terms of system-level operations, it is considered to be the easiest programming language to use. A shell script is referred to as a batch file in DOS operating system, and EXEC in IBM's mainframe VM operating systems. Shell scripts can be used for the following applications:
A sample shell script: |
|