Introduction
In this lab, you will learn how to use conditional statements in shell programming to make logical decisions. We will cover the basic syntax of if-else statements, as well as how to use numeric and string comparisons to evaluate conditions. You will also practice writing code that demonstrates various types of comparisons and logical combinations.