control flow

Shell Script While Loop Examples

by Vivek Gite on July 16, 2009 · 10 comments

Can you provide me a while loop control flow statement shell script syntax and example that allows code to be executed repeatedly based on a given boolean condition?

{ 10 comments }

Bash For Loop Examples

by Vivek Gite on October 31, 2008 · 202 comments

How do I use bash for loop to repeat certain task under Linux / UNIX operating system? How do I set infinite loops using for statement? How do I use three-parameter for loop control expression?

{ 202 comments }

Bash While Loop Example

by Vivek Gite on March 15, 2008 · 11 comments

How do I use bash while loop to repeat certain task under Linux / UNIX operating system? How do I set infinite loops using while statement?

{ 11 comments }