diff options
author | pjd <pjd@FreeBSD.org> | 2005-11-16 10:36:44 +0000 |
---|---|---|
committer | pjd <pjd@FreeBSD.org> | 2005-11-16 10:36:44 +0000 |
commit | 2f35b6aa00d5b756cf4345ade163c222bdde6a6b (patch) | |
tree | cd0507bce4bd409b12214e18a7796bd4c4c165d8 /usr.bin/split | |
parent | 876e62604d0d9e20cbc1cc52e2f9b2a0c73fabe2 (diff) | |
download | FreeBSD-src-2f35b6aa00d5b756cf4345ade163c222bdde6a6b.zip FreeBSD-src-2f35b6aa00d5b756cf4345ade163c222bdde6a6b.tar.gz |
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)
Diffstat (limited to 'usr.bin/split')
0 files changed, 0 insertions, 0 deletions