Re: ps(1) bugs and problems
- Reply: Jamie Landeg-Jones : "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: Mon, 14 Aug 2023 22:29:48 UTC
On 2023-08-11 12:32:02, Jamie Landeg-Jones wrote: >How about reverting '-d', and adding "-D" for descending, and "-A" for ascending? I don't like that, because it would take three option-letters in total to implement the same function in different variants. 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. For the record, just -d'$^' is impossible, because it would break existing command invocations. Piotr