Bash Scripting

Bash Scripting
What We Offer

Bash Scripting

A Bash script is a plain text file which contains a series of commands. These commands are a mixture of commands we would normally type ouselves on the command line (such as ls or cp for example) and commands we could type on the command line but generally wouldn't (you'll discover these over the next few pages).

  • Module 1: Basic Linux Commands
  • Module 2: Advanced Linux Commands
  • Module 3: Basic Bash Scripting
  • Module 4: Loops in Bash
  • Module 5: Function in Bash
  • Module 6: Option in Bash
  • Module 7: Assignment Session