loop syntax

How do I run “foo” command 10 times (or n times) under Linux or UNIX like operating systems?

{ 6 comments }

Linux / UNIX: For Loop To Remove Files

by Vivek Gite on January 15, 2010 · 0 comments

How do I use a for loop in Unix to remove files?

{ 0 comments }

Ksh Read a File Line By Line ( UNIX Scripting )

by Vivek Gite on November 20, 2009 · 8 comments

How do I read a file line by line using KSH shell scripting under UNIX like operating systems?

{ 8 comments }

Bash Iterate Array Examples

by Vivek Gite on January 27, 2009 · 0 comments

How do I iterate through an array under Bash scripting?

{ 0 comments }

Q. How do I use bash for loop to iterate thought array values under UNIX / Linux operating systems?

{ 3 comments }

KSH For Loop Examples

by Vivek Gite on April 13, 2008 · 12 comments

Q. How do I use for loop in Korn Shell under UNIX / Linux / BSD / OS X operating systems?

{ 12 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 }