# Weekly Update of week three
This week, I continue my study on shell scrripting, specifically learning:
- `if`, `elif`, and `else` statements
- `while` loops
- `for` loops
- Wrote scripts using `if` and `elif` to handle different user inputs, and also Automated tasks using `for` loops to iterate over file lists and arguments and Used `while` loops for input validation and repeated execution.
Conditional statements help make scripts dynamic and responsive to input.The`while` loops are great for running tasks until a condition is met.And the `for` loops simplify iteration over sets of data.
I'm looking forward to learning more this week as the jurney continues.....