Microsoft released native Coreutils for Windows at Build 2026, packaging Rust implementations of ls, rm, cat and other staples. The tools promise easier cross-platform scripting with documented caveats around signals, permissions and line endings.…
Rust Coreutils 0.9.0 reduces unsafe code, adds TOCTOU hardening after a Zellic audit funded by Canonical, and introduces zero-copy I/O for key commands. GNU test compatibility sits at 90.4 percent after upstream test expansion.…
GNU Coreutils 9.11 boosts cat and yes up to 15x faster via Linux zero-copy I/O, adds multi-byte support, and fixes longstanding bugs. Performance hits like 175 GiB/s yes throughput on Power10 highlight its edge in data-heavy workloads.