Ariel Biener <[EMAIL PROTECTED]> writes: > On 18 May 1999, Chmouel Boudjnah wrote: > > > Which will result in the script fo fail if $PARAM is undefined. Not quite: $ echo $SHELL /bin/bash $ if [ "$foobar" != "something" ] ; then echo nothing; fi nothing $ ksh $ if [ "$foobar" != "something" ] ; then echo nothing; fi nothing $ -- Alexander L. Belikoff Bloomberg L.P. / BFM Financial Research Ltd. [EMAIL PROTECTED], [EMAIL PROTECTED]
- sh script Q Mike Almogy
- Re: sh script Q Oleg Goldshmidt
- Re: sh script Q Vadim Vygonets
- Re: sh script Q Chmouel Boudjnah
- Re: sh script Q Ariel Biener
- Re: sh script Q Alexander L. Belikoff
- Re: sh script Q Vadim Vygonets
- Re: sh script Q Gaal Yahas
- Re: sh script Q Vadim Smelyansky
- Re: sh script Q Oleg Goldshmidt
- Re: sh script Q Vadim Vygonets
- Re: sh script Q Vadim Vygonets
- Re: sh script Q Adam Morrison
- Re: sh script Q Ariel Biener
- Re: sh script Q Adam Morrison
