bash and

Jernej Simončič jernej.simoncic at guest.arnes.si
Wed Aug 27 17:45:42 CEST 2003


On Wednesday, August 27, 2003, 0:13:45, Martin wrote:

> nekako takole:
> if [ $USER != $NE && $USER != $NE1 ]; then
> (pač da ni $USER enak $NE ali $NE1 se potem izvrši)

if [ "$USER" != "$NE" ] && [ "$USER" != "$NE1" ]; then

-- 
Jernej Simoncic, jernej.simoncic at guest.arnes.si
http://www2.arnes.si/~sopjsimo/
http://deepthought.ena.si/

Make three correct guesses consecutively and you will establish yourself as
an expert.
       -- Ryan's Law




More information about the lugos-list mailing list