Try:
for ((i=0; i<extracols; i++))
do
echo -n ' '
doneI think there should not be a space after ++. On Mon, Apr 1, 2013 at 4:26 PM, Maurizio Caloro <[email protected]> wrote: > for (( i=0; i<extracols; i++ )) > do > echo -n ' ' > done >
