bug#77179: seq incorrectly(?) pads output when last parameter magnitude larger than last printed number

2025-03-22 Thread Pádraig Brady
On 22/03/2025 12:36, Nicolas Boichat wrote: Hi, Version: seq (GNU coreutils) 9.6; OS: Archlinux, x86-64 When adding `-w` parameter, we want numbers to be padded with leading 0s, e.g. this looks correct: $ seq -w 0 5 10 00 05 10 However, the behaviour is perhaps incorrect when the last printed

bug#77180: seq incorrectly(?) pads output when last parameter magnitude larger than last printed number

2025-03-22 Thread Nicolas Boichat
Hi, (retry sending without multipart/alternative) Version: seq (GNU coreutils) 9.6; OS: Archlinux, x86-64 When adding `-w` parameter, we want numbers to be padded with leading 0s, e.g. this looks correct: $ seq -w 0 5 10 00 05 10 However, the behaviour is perhaps incorrect when the last printed

bug#77179: seq incorrectly(?) pads output when last parameter magnitude larger than last printed number

2025-03-22 Thread Nicolas Boichat
Hi, Version: seq (GNU coreutils) 9.6; OS: Archlinux, x86-64 When adding `-w` parameter, we want numbers to be padded with leading 0s, e.g. this looks correct: $ seq -w 0 5 10 00 05 10 However, the behaviour is perhaps incorrect when the last printed number magnitude is lower than the last parame

bug#77163: id --name

2025-03-22 Thread Pádraig Brady
On 22/03/2025 05:50, Dan Jacobson wrote: $ id --name id: cannot print only names or real IDs in default format Say: id: --name needs --user or ... https://github.com/coreutils/coreutils/commit/3160f8bfa Marking this as done. thanks, Pádraig

bug#77162: man id -ugG

2025-03-22 Thread Pádraig Brady
On 22/03/2025 05:48, Dan Jacobson wrote: Man id says: -n, --name print a name instead of a number, for -ugG -r, --real print the real ID instead of the effective ID, with -ugG Better say: -n, --name print a name instead of a