From owner-freebsd-arch@FreeBSD.ORG Thu Mar 25 02:09:43 2004 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D5FC016A4CE for ; Thu, 25 Mar 2004 02:09:43 -0800 (PST) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9FC7243D48 for ; Thu, 25 Mar 2004 02:09:43 -0800 (PST) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id B2388653F8; Thu, 25 Mar 2004 10:09:42 +0000 (GMT) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 67091-06-3; Thu, 25 Mar 2004 10:09:42 +0000 (GMT) Received: from empiric.dek.spc.org (82-147-17-88.dsl.uk.rapidplay.com [82.147.17.88]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id CC4DB653AE; Thu, 25 Mar 2004 10:09:41 +0000 (GMT) Received: by empiric.dek.spc.org (Postfix, from userid 1001) id 215B46108; Thu, 25 Mar 2004 10:09:41 +0000 (GMT) Date: Thu, 25 Mar 2004 10:09:41 +0000 From: Bruce M Simpson To: Peter Jeremy Message-ID: <20040325100941.GI76908@empiric.dek.spc.org> References: <20040325065314.GA64827@regency.nsu.ru> <20040325084837.GA57169@server.vk2pj.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040325084837.GA57169@server.vk2pj.dyndns.org> cc: Alexey Dokuchaev cc: arch@freebsd.org Subject: Re: Adding `pgrep' and `pkill' to /usr/bin X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Mar 2004 10:09:44 -0000 On Thu, Mar 25, 2004 at 07:48:37PM +1100, Peter Jeremy wrote: > grep'ing the output from ps generally requires tricks to avoid the grep > process matching. pgrep avoids this and allows better control over what > is being matched. I like this. Please commit soon. BMS