Subject: Re: Quick question
To: Mike Pelley <mike@pelley.com>
From: John F. Woods <jfw@jfwhome.funhouse.com>
List: current-users
Date: 09/10/1998 11:52:01
The ps code very carefully sorts first by controlling terminal number (unless
told to sort by memory or CPU usage), then by PID.  This is probably a
documentation flaw (or possibly a failure to track a change), but it would
probably also be nice if ps had an option to sort strictly by PID.  (It would
be trivial to implement, too.)