/TeachMeBashLikeIm5

Teach the Bash programming language using a collection of super beginner friendly tutorials and challenges.

Primary LanguageShellMIT LicenseMIT

TeachMeBashLikeIm5

You are welcome to contribute to this repo. See the CONTRIBUTING.md for more info

TeachMeBashLikeIm5

About this repo

A collection of super beginner friendly tutorials and challenges to teach the bash programming language. Each file contains:

  • A tutorial explaining a concept in bash
  • A challenge or set of challenges to complete

List of available tutorials

Tutorial Link
Getting started
Your first bash program, using echo hello-world.sh
Command line
Passing in arguments through command line cmd-line.sh
Conditions
How to use if else if-else.sh
Operators
How to use assigning operators assigning.sh