What is Shell Scripting?
A Shell script is a nothing but a sequence of commands written to achieve a specific task. For example: echo “script to create a file”touch File1echo “File created” What is the need of Shell Script? A script helps to automate tasks. For instance, if you are required to execute 20 commands every day, you will …