K 10 svn:author V 3 pjd K 8 svn:date V 27 2005-11-16T10:36:44.000000Z K 7 svn:log V 459 I often find myself doing: % pgrep [to verify which processes match] % pkill To speed such operation up, add -I option which works like rm(1)'s -i option (unfortunately -i is already used in pkill(1)), ie. pkill will ask for confirmation before killing each matching process. After adding -j, -F, -i, -S, -o and -L options and other improvements, I think I can add myself to the copyright header. Glanced at by: maintainer (gad) END