[LUGOS] bash and

Gregor Malensek gregor.malensek at abakus.si
Wed Aug 27 17:27:49 CEST 2003


> V vrstico želim dodat še en pogoj
>
> if [ $USER != $NE ]; then
>
> 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

&& = and
|| = or

Lep pozdrav.




More information about the lugos-list mailing list