procmail
[Top] [All Lists]

Re: multiple 'test -x '

1997-06-06 10:41:00
Timothy J. Luoma wrote

I'm just trying to do a simple test to make sure that all 3 crucial commands  
are executable
{snip}
* ! ? test -x $APPNMAIL -o -x $FORMAIL -o -x $GREP


I don't know why the test command is blowing up in procmail.
But you want to change those "-o" to "-a" to get AND, since
you want all three commands to be there.

-Andy
==================================================
| Andy Rowan                                     |
| Center for Remote Sensing and Spatial Analysis |
| Rutgers University, New Brunswick NJ USA       |
| e-mail: rowan(_at_)crssa(_dot_)rutgers(_dot_)edu                |
| WWW: http://deathstar.rutgers.edu/             |
==================================================

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