發表文章

目前顯示的是 6月, 2026的文章

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。