Bash programming

From Wikiversity
(Redirected from Bash Programming)
Jump to: navigation, search

Welcome to Applied Bash Programming! I am in the process of organizing the current content, as well as adding much more. Please feel free to contribute boldy, or discuss the course on the talk page. Regards.

Course schedule:

  1. Introduction
  2. Variables
  3. Loops
    1. For Loop
    2. While Loop
    3. Do While Loop
  4. Conditional Statements
    1. Shortcut if Statement
    2. If, Else-if, Else Ladder
    3. Switch / Case Statement
  5. Interactive Input
  6. Subshells
  7. Environment variables
  8. Smaller topics
    1. Internal file separator (IFS)


Quizzes / Assignments:

  • Quiz 1: Variables and Loops
  • Quiz 2: Conditional Statements
  • Quiz 3: Subshells
  • Quiz 4: Interactive Input