From owner-freebsd-questions Tue Jan 8 16:27:28 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mso-66.109.136.68.mso.montana.com (mso-66.109.136.68.mso.montana.com [66.109.136.68]) by hub.freebsd.org (Postfix) with ESMTP id F33F737B419 for ; Tue, 8 Jan 2002 16:27:25 -0800 (PST) Received: from osmium.local (localhost.local [127.0.0.1]) by mso-66.109.136.68.mso.montana.com (8.11.6/8.11.6) with ESMTP id g090R2p18110; Tue, 8 Jan 2002 17:27:02 -0700 (MST) (envelope-from shoemaker@softhome.net) Message-Id: <200201090027.g090R2p18110@mso-66.109.136.68.mso.montana.com> From: J Shoemaker To: "Drew Tomlinson" Cc: questions@FreeBSD.ORG, js@mso-66.109.136.68.mso.montana.com Subject: Re: Kill Group of Processes In-Reply-To: Your message of "Tue, 08 Jan 2002 15:50:15 PST." <009501c1989f$38af7750$c42a6ba5@lc.ca.gov> Date: Tue, 08 Jan 2002 17:27:02 -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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