Windowsのコマンドプロンプトで使い慣れたLinuxのコマンドを使いたいと感じているユーザーは少なくないだろう。Windows 11ではすでにsudo、curl、tarなど複数のLinux由来のコマンドを使えるが、それを大きく拡大するのが「Coreutils for Windows」だ。 これはオープン ...
米Microsoftは6月2日(現地時間)、開発者カンファレンス 「Build 2026」 で、「WSL コンテナー」(WSL containers)を発表した。今後数カ月以内にパブリックプレビューが提供される予定。
Coreutils for Windowsは、Linuxで広く利用されているGNU Coreutils相当のコマンド群をWindows向けに提供するプロジェクトだ。 MicrosoftはRustで実装されたuutilsをベースに、findutilsやgrepなどを含めたパッケージとして提供している。これにより、LinuxやmacOSで利用している ...
With Microsoft's new Dev Configs, a Windows installation becomes a ready-to-use developer workstation with a single command – ...
Steve Ballmer’s darkest fear has come to pass: Linux has worked itself into the deepest innards of Microsoft Windows itself. At the company’s annual Build developer conference this week, Microsoft ...
For decades, Coreutils have been part of the standard repertoire for Linux administrators and developers. Those who wanted to use these tools on Windows with largely identical behavior previously ...
And four things I wish I knew sooner.
UNIX-style core utilities for Windows. The same commands and pipelines you use on Linux, macOS, and WSL - natively. PowerShell: Set-Alias ll 'ls' or a function in ...