Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.MD

🐧 Session 9 - Bash Scripting (Part 2)

📖 Overview

This is the second session on Bash scripting in Linux.
It builds on Session 8 by introducing control flow, functions, and automation with cron.

📚 Topics Covered

  • Conditional Statements & Case – make decisions in scripts
  • Loopsfor and while loops to repeat commands
  • Functions – reusable blocks of code
  • Introduction to Crontabs – schedule automated tasks

🎯 Learning Outcomes

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

Materials 📚

🏁 Conclusion

This session strengthens scripting logic and introduces automation, forming a solid foundation for advanced Bash scripting and Linux workflows.