[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: simple bash loop problem ...



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



Reply to: