2008/2/18, Dave Phillips <dlphillips at woh.rr.com>: > So how do I test for JACK in a simple bash shell script ? if [ "`ps -e | grep jackd`" ] ; then echo 1; fi