21 Linux Bash Scripting Lessons for Beginners
TLDR: This is a collection of 21 lessons aimed at teaching beginners how to script in Linux Bash. The first lesson introduces how to create a basic Bash script.
- Lesson 1: Create a Bash Script
- Lesson 2: Comments in Bash
- Lesson 3: Bash Exit Status Codes
- Lesson 4: Bash Arithmetic Operations
- Lesson 5: Bash Operators
- Lesson 6: Quoting in Bash Scripting
- Lesson 7: Functions in Bash Scripting
- Lesson 8: Bash Command Substitution
- Lesson 9: Variables in Bash
- Lesson 10: Process Substitution in Bash
- Lesson 11: Bash For Loop
- Lesson 12: Bash While Loop
- Lesson 13: Indexed Arrays in Bash
- Lesson 14: Subshells in Bash
- Lesson 15: Bash Bitwise Operators
- Lesson 16: Pipelines in Bash
- Lesson 17: Heredocs in Bash
- Lesson 18: Globbing in Bash
- Lesson 19: Bash Test Command
- Lesson 20: Understanding the Difference Between test,
[
, and[[
in Bash - Lesson 21: Bash Case Statement
This series covers essential concepts of Bash scripting, offering simple and practical lessons. Each lesson is structured to guide learners step-by-step, starting from creating the first script and gradually moving toward more complex tasks. For a full list of lessons, visit the provided link to start learning Bash scripting efficiently.
Ref: sysxplore - X