AW: Re: [Linux-Biella] Dove sbaglio?

Luca Bertoncello linux@bilug.linux.it
Mon, 18 Feb 2002 14:13 +0100


Claudio M. <cmaffio@bilug.linux.it> schrieb:

> if [$IP = $NOTFOUND] then
> >   echo "OK"
> > else
> >   echo "KO"
> > fi

Questo e' l'errore con la tua modifica:

[lucabert@public lucabert]$ ./t.sh
./t.sh: line 8: syntax error near unexpected token `else'
./t.sh: line 8: `else'

Ciao
Luca