Custom Search

Shell scripting

Why do programmsers use shell script?

Shell script allows programmers to simply and quickly initiate a complex series of tasks or a repetitive procedure. In other words it saves time and avoids tedious repetition. It allows you to create a program that will quickly perform a task you constantly need to repeat.

See here for an online manual from LINUX

Bash Shell Script Notes