Subject: CVS commit: basesrc/usr.bin/pkill
To: None <source-changes@netbsd.org>
From: Andrew Doran <ad@netbsd.org>
List: source-changes
Date: 03/01/2002 13:21:59
Module Name: basesrc
Committed By: ad
Date: Fri Mar 1 11:21:59 UTC 2002
Added Files:
basesrc/usr.bin/pkill: Makefile pkill.1 pkill.c
Log Message:
pgrep and pkill: search the process table for processes with a particular
set of characteristics, and either print or signal the matching set. Mostly
compatible with the Solaris commands of the same name.
To generate a diff of this commit:
cvs rdiff -r0 -r1.1 basesrc/usr.bin/pkill/Makefile \
basesrc/usr.bin/pkill/pkill.1 basesrc/usr.bin/pkill/pkill.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.