最終更新:2026-06-08 (月) 16:08:56 (1d)  

Coreutils for Windows
Top / Coreutils for Windows

https://github.com/microsoft/coreutils

対応

  • いくつかのコマンドは、CMDやPowerShellの組み込みコマンドと名前が重複しています。Coreutils版が動作するかどうかは、シェル、PATHの順序、そして(PowerShellの場合は)エイリアステーブルに依存します。
  • Legend: ✅ ships and works · ⚠️ ships but conflicts with a built-in · 🛑 not shipped
    CommandCMDPowerShell 7.4+Notes
    cat⚠️
    cp⚠️
    date⚠️⚠️
    dir🛑🛑Conflicts with the built-in DOS command
    echo⚠️⚠️
    expand🛑🛑Conflicts with the built-in DOS command
    findIntegrated port of the original DOS command
    hostnameSuperset of the Windows built-in
    kill🛑🛑Unavailable due to lack of signals on Windows; Implementing a form of SIGTERM/SIGKILL may be possible in the future however
    ls⚠️
    mkdir⚠️⚠️
    more🛑🛑Conflicts with the built-in DOS command (consider edit as an alternative)
    mv⚠️
    pwd?⚠️
    rm⚠️
    rmdir⚠️⚠️
    sleep⚠️
    sort⚠️Integrated port of the original DOS command
    tee⚠️
    timeout🛑🛑Relies on kill's functionality
    uptime⚠️
    whoami?🛑🛑Conflicts with the built-in Windows command

意図的に非対応