UNIX Shell Scripting Basics
What is a Shell ? The shell is the program that waits for you to type in a Unix command and then press the return key. Then the shell handles the execution of your command. Common Shells C Shell (/bin/csh) Turbo C Shell (/bin/tcsh) Korn …