csh/C Shell Scripts: for Loop Syntax | a Tech-Recipes Tutorial
A for loop allows a program to iterate over a set of values. For loops in a C shell script are a useful means of iterating through files or other lists. This recipe describes the for loop syntax and provides some examples. The basic for loop syntax is as
www.tech-recipes.com |