Date: Sun, 27 Apr 1997 15:27:05 -0700 (MST) From: Terry Lambert <terry@lambert.org> To: current@freebsd.org Subject: Longer user names: take 2 Message-ID: <199704272227.PAA00413@phaeton.artisoft.com>
next in thread | raw e-mail | index | archive | help
OThe saga of longer user names continues. Well, I just recompiled ps, and what to my 'ps -gaxu' amazement should I see, but a *huge* gap between the left hand column value and the rest of the world. Isn't there any way that the "USER" field specifically could determine the largest user name it was going to have to display, and size it that way? If you argue that dynamic sizing breaks scripts, I will argue that changing from 8 to 16 characters breaks those same scripts. In any case, dynamic sizing the field should handle this "magically", and at the same time be an overall win for those of us who are not so insane we define these huge long names. Maybe the length specifier should be negated? This would give a generalized mechanism for recognizing fields which should be sized dynamically, and make the ps output nice looking once again... As it is, "ps -gaxu" is now relatively useles without a "w" option, and "ps -gaxuwww" has always been pretty damn useless anyway. 8-(. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199704272227.PAA00413>