1748050 Members
5102 Online
108757 Solutions
New Discussion

Re: loop in script

 
SOLVED
Go to solution
Shahril M
Frequent Advisor

Re: loop in script

I now learn that "set -A" constitutes to defining an array,
but under what circumstances is it necessary to subscript it to reference the elements?
I ask because I have seen instances of "for i in $HOST" and the like.

I used "set -A" because I need to reference the filenames again later in the script.

Thanx to those who have helped and taught me.


Rgds,
Shahril