NetBSD-Users archive

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

Re: C Question



Try:

for ((i=0; i<extracols; i++))
 do
                    echo -n ' '
        done

I think there should not be a space after ++.

On Mon, Apr 1, 2013 at 4:26 PM, Maurizio Caloro <mauric%gmx.ch@localhost> wrote:
for (( i=0; i<extracols; i++ ))
 do
                    echo -n ' '
        done




Home | Main Index | Thread Index | Old Index