for loop

Bash C Style For Loop Example and Syntax

by Vivek Gite on June 7, 2011 · 1 comment

How do I use the bash C style for loop under UNIX or Linux operating systems?

{ 1 comment }

Bash Infinite Loop Examples

by Vivek Gite on January 20, 2011 · 2 comments

How do I write an infinite loop in Bash script under Linux or UNIX like operating systems?

{ 2 comments }

UNIX: Loop Through Files In A Directory

by Vivek Gite on July 1, 2010 · 3 comments

How do I loop through files in a directory under UNIX like operating systems?

{ 3 comments }

Bash: Continue In a For / While Loop

by Vivek Gite on January 29, 2010 · 0 comments

How do I continue in a for or while loop in Bash under UNIX or Linux operating systems?

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

HowTo: Use bash For Loop In One Line

by Vivek Gite on January 7, 2010 · 0 comments

How do I use bash for loop in one line under UNIX or Linux operating systems?

{ 0 comments }

How do I use ksh for loop to iterate thought array values under UNIX / Linux / BSD operating systems?

{ 0 comments }