procmail
[Top] [All Lists]

Re: multiple 'test -x '

1997-06-06 12:31:00

I'll note that your logic is reversed: you should be and'ing, not or'ing.

I don't think so.... any one of those files missing should stop the entire
process, therefore it should be 

if x is not executable or if y is not executable or if z is not executable

Should I use

:0
* ? test -x $APPNMAIL || test -x $FORMAIL || test -x $GREP
{
        recipe

}

??

Thanks

TjL

-- 
TjL <luomat(_at_)peak(_dot_)org>   / http://www.peak.org/~luomat/next/ 
"The best things in life are made into inferior 
 versions and bundled with the latest Microsoft systems"
Bookmarks: http://www.peak.org/~luomat/next/bookmarks.html


<Prev in Thread] Current Thread [Next in Thread>