Subject: Re: ps(1) sysv silliness
To: None <tech-userlevel@netbsd.org>
From: Jason R Thorpe <thorpej@zembu.com>
List: tech-userlevel
Date: 06/07/2000 18:51:05
On Thu, Jun 08, 2000 at 10:06:53AM +0900, ITOH Yasufumi wrote:

 > I suggest either
 > 
 >  1. make it a separate program, such as
 >     /usr/bin/ps-sysv, /usr/5bin/ps, etc., or
 >  2. implement it using command-line option
 >     ex. "ps -A" for AT&T / "ps -B" for Berkeley.

Don't SYSV options require "-" in front of them for ps(1)?  Berkeley
ones don't.  If so:

	ps -<anthing> -- system 5
	ps <anything> -- Berkeley

?

-- 
        -- Jason R. Thorpe <thorpej@zembu.com>