Np.. fyi, in shell scripts for loops on variables operate on the values in the variable delimited by spaces.
i is the iterator, in this case i = 4, since there are 4 values in the variable $MODULES. it performs the "do" action on each item until there are no more (i = 4) (at the same time, i is equal to the string delimited by spaces)

LinkBack URL
About LinkBacks




Reply With Quote
