Loops and Branches

Bash Unix Shell Scripting:

Chapter 11. Loops and Branches

 

What needs this iteration, woman?

--Shakespeare, Othello

Table of Contents

Operations on code blocks are the key to structured and organized shell scripts. Looping and branching constructs provide the tools for accomplishing this.