Chapter 5: Bash Loops
From Linux Shell Scripting Tutorial - A Beginner's handbook
| ← Chapter 4 Challenges | Home | For loop → |
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.

