Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,13 @@ Legend: ✅ ships and works · ⚠️ ships but conflicts with a built-in ·
| `uptime` | ✅ | ⚠️ | |
| `whoami` | 🛑 | 🛑 | Conflicts with the built-in Windows command |

### Determining when a command is a Coreutils command

To check if a command is provided by Coreutils (versus being built-into Windows), use the `--version` argument. When used with a Coreutils command, this will indicate its version. For example, `ls --version`, could respond:

```
ls (uutils coreutils) 0.8.0
```
<br/>

## Windows caveats
Expand Down