June 2, 2026
Windows meets Linux, commenters erupt
Coreutils for Windows
Microsoft puts Linux-style commands on Windows and the comments are cautiously losing it
TLDR: Microsoft is bringing familiar Linux-style command tools directly to Windows, aiming to make switching between systems less annoying. Commenters are mostly thrilled, but they’re also grilling Microsoft over odd command conflicts and using the launch to air long-running Windows frustrations.
Microsoft just dropped a preview of Coreutils for Windows, which is basically a pack of familiar text and file commands people usually use on Linux and Mac, now running natively on Windows. For everyday users, that means less weird translation when moving between systems. For the comment section, it meant instant emotional whiplash: celebration, nitpicking, and a little classic Microsoft suspicion.
The loudest reaction was simple: finally, some genuinely good news. One commenter flat-out called it that, while another said they were actually excited because Microsoft maintaining these tools could make life much easier for people who bounce between operating systems. That hopeful mood came with a giant asterisk, though: assuming Microsoft keeps supporting it. In other words, the crowd is pleased, but nobody is ready to fully trust the honeymoon yet.
Then came the delicious nerd drama. One commenter poked at the project’s “intentionally dropped” list and asked why a file-destroying tool was called “not particularly useful on Windows,” basically summoning a mini mystery. Another went full detective on the command list itself: if some built-in Windows commands are too conflicting to include, why do others still ship? Why is “sort” safe but “dir” banished? It’s the kind of tiny inconsistency that comment sections feast on.
And of course, there was comedy: one person used the moment to beg Microsoft for a simpler way to show your IP address, complaining the current Windows method is a convoluted command nobody can remember. Nothing says community bonding like turning a product launch into a public wishlist.
Key Points
- •Microsoft has released a preview of Coreutils for Windows as a native package of UNIX-style utilities for Windows.
- •The package bundles uutils/coreutils, findutils, and a GNU-compatible grep into a single multi-call binary.
- •Coreutils for Windows is intended to let commands, flags, pipelines, and scripts work more consistently across Windows, Linux, macOS, WSL, and containers.
- •Installation is available via WinGet using `winget install Microsoft.Coreutils`, and each command supports `--help`.
- •The article documents shell conflicts, requires PowerShell 7.4 or newer, and lists Windows-specific caveats and intentionally omitted commands.