Loops and Branches
Bash Unix Shell Scripting: | ||
---|---|---|
Parameter Substitution | Loops |
Chapter 11. Loops and Branches
What needs this iteration, woman? --Shakespeare, Othello |
- Table of Contents
- Loops
- Nested Loops
- Loop Control
- Testing and Branching
- Loops
Operations on code blocks are the key to structured and organized shell scripts. Looping and branching constructs provide the tools for accomplishing this.