You are welcome to contribute to this repo. See the CONTRIBUTING.md for more info
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
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 |