Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 08 Jan 2002 17:27:02 -0700
From:      J Shoemaker <shoemaker@softhome.net>
To:        "Drew Tomlinson" <drew@mykitchentable.net>
Cc:        questions@FreeBSD.ORG, js@mso-66.109.136.68.mso.montana.com
Subject:   Re: Kill Group of Processes 
Message-ID:  <200201090027.g090R2p18110@mso-66.109.136.68.mso.montana.com>
In-Reply-To: Your message of "Tue, 08 Jan 2002 15:50:15 PST." <009501c1989f$38af7750$c42a6ba5@lc.ca.gov> 

next in thread | previous in thread | raw e-mail | index | archive | help
ps -acux | grep cvsup | awk '{print "kill " $2}' | sh

Quick and dirty, but good enough for quick use.

// J Shoemaker

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200201090027.g090R2p18110>