From owner-freebsd-questions Tue Jan 8 16:10:10 2002 Delivered-To: freebsd-questions@freebsd.org Received: from relay03.roc.frontiernet.net (alteon01h.roc.frontiernet.net [66.133.130.238]) by hub.freebsd.org (Postfix) with SMTP id 03D5037B41D for ; Tue, 8 Jan 2002 16:10:06 -0800 (PST) Received: (qmail 29822 invoked from network); 9 Jan 2002 00:10:05 -0000 Received: from unknown (HELO blacklamb.mykitchentable.net) ([207.173.227.80]) (envelope-sender ) by 0 (qmail-ldap-1.03) with SMTP for ; 9 Jan 2002 00:10:05 -0000 Received: from tagalong (unknown [165.107.42.196]) by blacklamb.mykitchentable.net (Postfix) with SMTP id 66A80EE651 for ; Tue, 8 Jan 2002 15:50:15 -0800 (PST) Message-ID: <009501c1989f$38af7750$c42a6ba5@lc.ca.gov> From: "Drew Tomlinson" To: Subject: Kill Group of Processes Date: Tue, 8 Jan 2002 15:50:15 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 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 I know I could do this one by one but I'd like to take the opportunity to learn to use the operating system as intended. My shell is tcsh and I want to kill all of the processes as shown in this output: blacksheep# ps -acux | grep cvsup root 20162 0.0 3.4 4680 1540 ?? I 18Dec01 0:05.54 cvsup [many others just like it snipped] What combination of commands can I use to extract the PID and pipe it to kill? Thanks, Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message