In this lesson, you will learn how to make decisions inside a Bash script using conditional statements.

You will work with if, else, and elif statements to execute different commands depending on whether a condition is true or false.

You will also learn how to compare numbers, compare text, and check whether files or directories exist. These skills allow scripts to respond intelligently to different situations.

By the end of this lesson, you should be able to write Bash scripts that make decisions based on user input, file conditions, and numerical comparisons