Microsoft.Coreutils 是 Microsoft 官方推出的 Windows 原生 UNIX-style 核心工具集(Core Utilities)

安裝方式 powershell 

winget install Microsoft.Coreutils


它讓你在 Windows 上可以直接使用 Linux / macOS / WSL 常見的命令列工具(如 cat、ls、grep、find、awk、sed 等),無需安裝 WSL 或 Cygwin。

  • 基於:Rust 實現的 uutils/coreutils 專案(GNU coreutils 的跨平台重寫)。
  • Microsoft 自行維護 Windows 優化版本,並打包成單一多功能執行檔(multi-call binary),每個工具都有對應的 .exe(例如 cat.exe、grep.exe)。
  • 同時包含 findutils(find、xargs)和 GNU 相容的 grep。

 

留言

這個網誌中的熱門文章

透過 curl 的 timeout 設定識別 http 的網路連線壅塞問題

Linux 下使用終端機連接 switch (minicom)

netstat 指令用法,及狀態說明