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