southbeach
Programmer
Working on a script and came across a do:while where
Code:
typeset -i n=1
until [ ${n} -gt ${#CF1[@]} ] ; do
... code ...
... code ...
... code ...
done
What is ${#CF1[@]}?
It seems to me like it is an array of sort. If that is the case, where does it get its values?
Thanks,
--
SouthBeach
[URL unfurl="true"]http://www.fpgroups.com[/URL]
The good thing about not knowing is the opportunity to learn - Yours truly, 2008.