Shell Programming  «Prev  Next»
Lesson 1

Defining Shell Programming within Unix Environment

As UNIX becomes more popular, in large part because of the Internet and OpenSource[1] software (Linux in particular), shell programming is becoming a skill that is increasingly demanded of system administrators, Web authors, and programmers.
By learning about shell programming, those who work with UNIX every day can greatly expand their flexibility in solving system administration problems and automating time-consuming tasks.
If you are a UNIX novice or do not expect to work regularly with UNIX, shell programming is a great way to expand your understanding of the concepts that UNIX is built upon. As you learn about the capabilities of the shell and how to interact with it, your understanding of other UNIX commands and the UNIX operating environment will be enhanced. You may even find it easier to remember all those command-line options.
Shell programs (usually called shell scripts) are used on every UNIX system. They play a part on most Web servers and database systems. They also control the initialization of UNIX.

This module introduces you to shell programming. At the end of this module you will be able to:
  1. Define a shell
  2. List different shells that are available for UNIX
  3. Explain various places on a standard UNIX system where shell scripts are used
  4. Define the difference between interpreted and compiled programs
  5. List other non-shell scripting tools
  6. Determine when to use specific tools for different tasks

Start Terminal Emulation
Start Terminal Emulation

[1]OpenSource: Software for which the source code files (the programming instructions) are readily available.