01 - Understanding Bash script syntax
02 - Choosing a text editor for Bash scripting
03 - Displaying text with echo
04 - Working with variables
05 - Working with numbers
06 - Comparing values with test
07 - Comparing values with extended test
08 - Formatting and styling text output
09 - Formatting output with printf
10 - Working with arrays
11 - Challenge Make a script that generates a system report
12 - Solution Make a script that generates a system report