Date: Tue, 22 Oct 1996 23:32:37 +1000 From: davidn@sdev.usn.blaze.net.au (David Nugent) To: branson@widomaker.com (Branson Matheson) Cc: hackers@freebsd.org Subject: Re: System Admin Tools Message-ID: <199610221332.XAA01859@sdev.usn.blaze.net.au> In-Reply-To: <Pine.BSF.3.91.961021094710.20165J-100000@toth.hq.ferg.com>; from Branson Matheson on Oct 21, 1996 09:59:21 -0400 References: <Pine.BSF.3.91.961021094710.20165J-100000@toth.hq.ferg.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Branson Matheson writes: > gps - lists by process name Noone seems to have posted an equivalent of this, but try: alias gps='ps | sed -e "s/\/.[^ ]*\///" | sed -e "/ PID/d" | sort +4' Remove the '=' if you're using (t)csh. It's not perfect, but you get the idea. Regards, David David Nugent, Unique Computing Pty Ltd - Melbourne, Australia Voice +61-3-791-9547 Data/BBS +61-3-792-3507 3:632/348@fidonet davidn@blaze.net.au http://www.blaze.net.au/~davidn
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199610221332.XAA01859>