hi. got a couple of test bash scripts. dog.sh, cat.sh each script runs the underlying php in an endless loop. I'm trying to figure out how to run the scripts in parallel, from the same parent shell script. something like: test.sh dog.sh > &2 cat.sh > &2 where dog.sh would be : -------------------------------- while true do pgrep dog if [ $? -ne 0 ] then /dog.php fi sleep 5 done my current tests, run dog.sh, which runs the dog.php ... but the test never gets to run cat.sh thoughts/comments... thanks -- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org