> "tail -f log | <process>" -> so the script will run all the time, but > won't use CPU if nothing happens. rock and roll! ;-) thanks. i was doing something like this to test it. tail -n40 -f /var/log/mgetty... etc. | grep "phone stopped ringing" | etc... ben