Tech Articles
UNIXThe Bourne shell is an interactive command and programming language that provides an interface to UNIX. As an interactive command language, it is responsible for reading and executing the commands that you enter at your terminal. As a programming language, its special commands allow you to write sophisticated programs. It also provides the ability to customize your working environment. The Bourne shell was the original shell available with the earlier versions of UNIX. Later, the Korn and C shells were added.
DEBUGGING BOURNE SHELL SCRIPTS