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
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
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
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
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