Loading...

Shell Script

shell script is a computer program designed to be run by the Unix shell, a command-line interpreter. Typical operations performed by shell scripts include file manipulation, program execution, and printing text. Shell accept human readable commands from user and convert them into something which kernel can understand.

In a simple terms executing a series or sequence of UNIX commands written in a plain text file.