How to write a loop in Bash
A common reason people want to learn the Unix shell is to unlock the power of batch processing. If you want to perform some set of actions on many files, one of the ways to do that is by constructing a command that iterates over those files. In programming terminology, this is called execution control, and one of the most common examples of it is the for loop. A for loop is a recipe detailing what actions you want your computer to take for each data object (such as a file) you specify.
|
|
Full Story |
This topic does not have any threads posted yet!
You cannot post until you login.