Re: Which uptime implementation for the future?

2024-10-04 Thread Bernhard Voelker
[adding coreutils ML] On 10/4/24 3:11 PM, Thorsten Kukuk via openSUSE Factory wrote: 1. coreutils The GNUlib developers are of the opinion, that /proc/uptime is not correct, as the kernel does not count the time as uptime, in which a VM is stopped. I have no idea if the time where a VM is stoppe

Re: uniq: adding support for "-b, --ignore-leading-blanks"

2024-10-04 Thread Pádraig Brady
On 04/10/2024 00:49, Todd Lewis wrote: Hey, folks, I've spent a most enjoyable few hours implementing `--ignore-leading-blanks` in `uniq`, including tests and texinfo updates. It doesn't break any other features, and it solves the problem that made me start playing with this in the first place.I