1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-19 10:53:58 +00:00
freebsd/usr.bin/pkill
Pawel Jakub Dawidek b77640621b I often find myself doing:
% pgrep <something> [to verify which processes match]
	% pkill <something>

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)
2005-11-16 10:36:44 +00:00
..
Makefile Removed bitrot. 2004-11-13 17:12:22 +00:00
pkill.1 I often find myself doing: 2005-11-16 10:36:44 +00:00
pkill.c I often find myself doing: 2005-11-16 10:36:44 +00:00