Step 2: Explore Shell Scripting Commands

Objective: Learn about the syntax and basics of shell scripts.

Resources

Variables and Wildcards

Work through the following steps in Shell Scripting Tutorial to learn about variables and wildcards.

  • #3. A First Script

  • #4. Variables - Part I

  • #5. Wildcards

Decision Making

Work through the following steps in Ryan's Bash Scripting Tutorial.

  • #3. User Input

  • #5. If statements

  • #6. Loops

  • #7. Function