Re: ps(1) bugs and problems
- In reply to: Jamie Landeg-Jones : "Re: ps(1) bugs and problems"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 22 Aug 2023 19:57:50 UTC
On 2023-08-15 13:28:07, Jamie Landeg-Jones wrote: >> The old -d and the new -D'$^' would be the best in that -d would go back >> to what it was and -D would provide the much needed feature in two >> variants (possibly more in the future, if needed) while only taking one >> option-letter. The only problem is that it looks ugly. > >I see why you chose "$" and "^", but wouldn't it look more friendly if >you instead used "up" and "down" or "A" and "D" or "forwards" and "backwards", >for example? Thank you, in the phab review I went with -D up, -D down, and -D both if you don't want to type -D twice. I don't think we need -D none to clear the flags so it's currently not supported, but it'd be easy to implement if we wanted to. I also tried to update the manual page, but it may require some wordsmith. Piotr