Re: ps: accept numerical user IDs

2023-04-24 Thread Klemens Nanni
On Sun, Apr 16, 2023 at 01:37:30AM +, Klemens Nanni wrote: > ps(1) -U expects names, top(1) and pgrep(1) -U take numbers as well. > > With the new tree view, I start using 'ps -fU55' more often instead of > 'top -U55' to watch ports builds, but keep doing > > $ ps -fU55 > ps: p55:

ps: accept numerical user IDs

2023-04-15 Thread Klemens Nanni
ps(1) -U expects names, top(1) and pgrep(1) -U take numbers as well. With the new tree view, I start using 'ps -fU55' more often instead of 'top -U55' to watch ports builds, but keep doing $ ps -fU55 ps: p55: no such user $ ps -fU_pbuild ... The stray "p" in curre