Course Section Links
Bash Shell Scripting Tutorial - Part 4
An introduction to Bash Shell scripting
Welcome to the Land of Linux's tutorials and guides. In part 4 of our Bash Scripting tutorial we will cover some of the different types of loops that can be used within bash.
For Loops
Using for loops within scripts. For loop examples.
While Loops
Using while loops within scripts. While loop examples.
Until Loops
Using until loops within a script. Until loop examples.
Exiting Loops
How to exit a loop with the break command.
Continue Command
How to use the continue command within a loop.