Re: Inconsistent behavior of core utilities

2022-08-30 Thread Michael Stone
On Thu, Aug 25, 2022 at 10:10:46PM -0700, L A Walsh wrote: there's more to life than coreutils - But the OP was posting about inconsistencies in coreutils. What you are saying is because coreutils is broken/inconsistent, use 'find'. For programmatic use, definitely. When someone's trying

[PATCH] stty: valid ispeed and ospeed arguments

2022-08-30 Thread Pádraig Brady
* src/stty.c (apply_settings): Validate [io]speed arguments against the internal accepted set. (set_speed): Check the cfset[io]speed() return value so that we validate against the system supported set. * tests/misc/stty-invalid.sh: Add a test case. * NEWS: Mention the bug fix. Reported in https://b