About Shell Scripting
What is Script? A script or Scripting Language is a programming language for a special run-time environment that automates the execution of the task. The task could alternatively be executed one-by-one by a human operator using CLI on the command prompt screen. What is Shell? …