KSH For Loop Array: Iterate Through Array Values
An element of a ksh array variable is referenced by a subscript. The value of all non-negative subscripts must be in the range of 0 through 4,194,303. Syntax You can define array as follows either as an associative array or to be an indexed array. Syntax ...