≡ Menu

Bash While Loop Example

Looping statements are used to force a program to repeatedly execute a statement. The executed statement is called the loop body. Loops execute until the value of a controlling expression is 0. The controlling expression may be any scalar data type. The shell language also provide several iteration or looping statements. In this article let [...]

{ 10 comments }