🔁 Bash Loops

Bash loops let you repeat a block of code multiple times. The two most common types are for loops and while loops.

📖 Example: For Loop

▶️ Try It Yourself

Output will appear here...
💡 Tip: You can also use while loops for conditions like while [ $count -lt 5 ]