David selby schrieb:

PS is there a more ellagent way to do a counted loop as well as a way that works ?

This should do it:


for ((n=1; n < 9; n++))
do
    ...
done

Maddin


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Reply via email to