NetBSD-Users archive
[
Date Prev
][
Date Next
][
Thread Prev
][
Thread Next
][
Date Index
][
Thread Index
][
Old Index
]
Re: C Question
To
:
Maurizio Caloro <
mauric%gmx.ch@localhost
>
Subject
:
Re: C Question
From
:
Michael David <
servers.david%gmail.com@localhost
>
Date: Mon, 1 Apr 2013 16:37:43 +0530
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
References
:
C Question
From:
Maurizio Caloro
Re: C Question
From:
Maurizio Caloro
Prev by Date:
Re: C Question
Next by Date:
Re: snmpd: sysctl vm.bufmem failed (errno 12)
Previous by Thread:
Re: C Question
Next by Thread:
pkgsrc-2013Q1 released
Indexes:
reverse Date
reverse Thread
Old Index
Home
|
Main Index
|
Thread Index
|
Old Index