Date: Sun, 17 Jun 2001 15:12:19 -0700 (PDT) From: Kelly Yancey <kbyanc@posi.net> To: Chris Wasser <cwasser@v-wave.com> Cc: arch@FreeBSD.ORG Subject: Re: netbsd rc system diff Message-ID: <Pine.BSF.4.21.0106171507560.68064-100000@gateway.posi.net> In-Reply-To: <20010617150050.F582@skunkworks.arpa.mil>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 17 Jun 2001, Chris Wasser wrote: > b) some processes use setproctitle(3) to change how the process > report will show up in a report, to overcome this problem, we > sort the process report so that () and // are placed first in the > report, reducing potential false positive matches: > > # ps -ax -o 'pid,command' | sort +1 > Minor nit: would you mind running the ps output through tail first to trim off the header. It doesn't correlate well in the sorted output. # ps -ax -o 'pid,command' | tail +2 | sort +1 -- Kelly Yancey - kbyanc@posi.net - Belmont, CA Lead Engineer, Backplane, Inc. http://www.backplane.com/ Maintainer, BSD Driver Database http://www.posi.net/freebsd/drivers/ Coordinator, Team FreeBSD http://www.posi.net/freebsd/Team-FreeBSD/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-arch" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0106171507560.68064-100000>