Distributed Networks Home
DBWebApplications eWebProgrammer
prev next prev next
  Course navigation
 
Lesson 1
Components of a shell program
    The previous module introduced you to many of the available programming tools and explained when shell scripts are the best tool to solve a problem.
This module provides more information to help you understand the commands and tools you will be using to create your first shell script. By the end of this module, you will be able to:
  1. Explain situations in which a shell script is most useful
  2. Define external and built-in commands
  3. List commands used to communicate with users
  4. Identify how tests are used within shell scripts
  5. Define the different variable types used in shell scripts
  6. Describe how control structures determine how a script operates
  Course navigation