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 |
How to find large files in UNIX e.g. more than 1GB? | Can you please explain the difference between linked list and an array? |