Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Module 4 — Bash Scripting (3 lessons)

Goal: turn manual command-line work into automation. From variables and loops to real, production-ready scripts an engineer would actually keep.

Module 4 — Bash Scripting

Module map — open the editable Excalidraw version.

# Lesson Covers
13 Bash Basics Variables, input, output, conditions, loops
14 Advanced Bash Functions, arrays, arguments, exit codes, error handling
15 Automation Scripts Backup script, health check, log cleanup, server monitoring

Module outcome: the viewer can write robust Bash scripts with proper error handling and automate repetitive ops tasks.

Reusable scripts built in this module live in each lesson's scripts/ folder.