maybe could be used in some scripts? trivial difference, but still an incompability with GNU's implementation
Reproduce
uutils uptime
$ cargo run -p uu_uptime
Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.44s
Running `target/debug/uptime`
14:24:05 up 5:11, 1 user, load average: 0.90, 0.60, 0.5
gnu
$ uptime
14:24:17 up 5:12, 1 user, load average: 0.92, 0.62, 0.55
maybe could be used in some scripts? trivial difference, but still an incompability with GNU's implementation
Reproduce
uutils uptime
gnu