whereas, I am sure there are 1000 reasons why it is not a good script, . . . the following script "kl" usually works :-
...............................
"kl"
___
#!/bin/sh
#
# kill process/program
#
while true
do
kill -9 `ps aux | grep -i $1 | awk '{ print $2 }'` sleep 2
done
..................................
frienfly greetings
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
