Answer:
shell script is set of shell commands with some programming constructs e.g. if and for loop, which allow you to automate some repetitive task. For example, you can write shell script to daily cleanup of logs files, for backing up data for historical use and for other housekeeping jobs, releases and monitoring.
Previous Question | Next Question |
What is the Open closed design principle? | What is History Preserving? |