Collection of scripts to learn bash scripting from the beginning in a structured way
- Variables: Script to learn how variables work inside a little program
- Parameters: Collection of scripts to play with parameters read and passed to a program
- Exit Code: Collection of scripts to learn how exit codes work in bash
- Flow Control: Collection of scripts to play with redirections in bash
- Operations: Collection of scripts to learn how operations work in bash
- Arithmetic: Learn basic arithmetic operations
- Conditionals: Learn conditionals and flow control
- Loops: Learn loops and repeating things
- Text Processing: File with logs to play with it
- Functions: Collection of scripts to learn how functions work in bash
- Scripts: Collection of scripts separated in:
- Exercises: Collection of scripts as a resolution of the exercises proposed