Chapter 5: Bash Loops
From Linux Shell Scripting Tutorial - A Beginner's handbook
Objectives:
- Create scripts using for, while, and until loop control structures.
- Iterating over set of files and command line arguments.
- Create an infinite while loop using : or true statements.