| I know I've seen posts on this before belittling killall, however, I really
| do find it saves me the work (that the machine should be doing) of grepping
| ps, and killing individual processes.
kill -9 `ps aux | grep tail | grep -v grep | awk ' { print $2 } '`
| Thanks,
|
| Ian
:D
__
.j0hn [john@maKintosh.com]