Bash loops let you repeat a block of code multiple times. The two most common types are for loops and while loops.
for
while
while [ $count -lt 5 ]