Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Jun 2001 18:00:52 -0700
From:      "David O'Brien" <arch@freebsd.org>
To:        Chris Wasser <cwasser@v-wave.com>
Cc:        arch@freebsd.org
Subject:   Re: netbsd rc.subr diff #2
Message-ID:  <20010618180052.B540@dragon.nuxi.com>
In-Reply-To: <20010617164716.H582@skunkworks.arpa.mil>; from cwasser@v-wave.com on Sun, Jun 17, 2001 at 04:47:17PM -0600
References:  <20010617164716.H582@skunkworks.arpa.mil>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Jun 17, 2001 at 04:47:17PM -0600, Chris Wasser wrote:
> -	ps -p $_pid -o 'pid,command' | while read _npid _arg0 _argv; do
> -		if [ "$_npid" = "PID" ]; then
> -			continue
> -		fi
> +	ps -p $_pid -o 'pid,command' | tail +2 | sort +1 | while read _npid _arg0 _argv; do


Will people say the 2 added |'s slows things down [too much]?
Remember NetBSD runs on some rather slow, old hardware.

-- 
-- David  (obrien@FreeBSD.org)

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?20010618180052.B540>