This is the second session on Bash scripting in Linux.
It builds on Session 8 by introducing control flow, functions, and automation with cron.
- Conditional Statements & Case – make decisions in scripts
- Loops –
forandwhileloops to repeat commands - Functions – reusable blocks of code
- Introduction to Crontabs – schedule automated tasks
By the end of this session, participants should be able to:
- Use conditions and case statements to control script flow
- Implement loops to automate repetition
- Write and call functions to organize scripts
- Schedule tasks using cron jobs
This session strengthens scripting logic and introduces automation, forming a solid foundation for advanced Bash scripting and Linux workflows.