Live data from Hacker News

Show HN: ut – Rust based CLI utilities for devs and IT

github.com

61–66 of 66 posts

Re: Show HN: ut – Rust based CLI utilities for devs and IT

#61
post #19

Earlier quoted context omitted.

Windows and *nix systems are often used for very different things so I don't understand why there would be need for some kind of universal superbinary. And thanks to WSL you can already get GNU coretools running in Windows anyways.

I lead a large-ish open source software project. We have developers that need to build on Linux, macOS, and Windows. It's useful to be able to get everyone bootstrapped with as few steps as possible and with as few dependencies as possible. For our uses CMake works well as a universal superbinary, but I'm always on the lookout for tools that can reduce developer friction.

Gerald Combs of Wireshark? Wow, thanks for all your hard work!

Re: Show HN: ut – Rust based CLI utilities for devs and IT

#63

Earlier quoted context omitted.

Note that uutils does not work if the file does not fit into memory. With GNU coreutils: $ base64 /dev/zero | head -c 1 | wc -c 1 With uutils doing the same would exhaust your systems memory until either it freezes or oomd kills the process.

For now. There's no reason this won't/can't be worked on in the future.

Which BusyBox, toybox, and coreutils commands fail with data larger than RAM? Has that been part of the spec yet?

Just realized `LC_COLLATE=C sort` must be specified if you don't want it to ignore leading underscores in sorting due to LC_COLLATE=en_US.utf8 being the default these days.

Post reply on HN