 |
For loop - Linux Shell Scripting Tutorial - A Beginner's handbook
The above syntax is characterized by a three-parameter loop control expression; consisting of an initializer (EXP1), a loop-test or condition (EXP2), and a counting expression (EXP3). More about the for loop The for loop execute a command line once for ev
bash.cyberciti.biz |
 |