LAB 8 – Scripting

This lab was about learning how to use Bash for scripting. It required me to write conditional statements for different scenarios. To be honest, I was already familiar with this concept because I have some experience programming in Python, and the syntax is similar, so I was able to follow along easily.

One challenge I faced was recalling how to program since it has been a long time, but it didn’t take long before everything came back to me. Overall, this lab helped me understand shell variables and use basic programming constructs.