[jeffa@localhost]$ perl -le'print "yes" if -d "/usr/sbin/sendmail"' [jeffa@localhost]$ perl -le'print "yes" if -e "/usr/sbin/sendmail"' yes