 |
Bourne/Bash Shell Script: While Loop Syntax | a Tech-Recipes Tutorial
A while loop allows execution of a code block an arbitrary number of times until a condition is met. This tech-recipe describes the while loop syntax for the various Bourne shells (sh, ksh, bash, zsh, etc.) and provides examples. The general syntax is as
www.tech-recipes.com |
 |