# Use BusyBox from Mingit in PowerShell
## Metadata
**Status**:: #x
**Zettel**:: #zettel/fleeting
**Created**:: [[2025-12-15]]
**Tags**:: #windows #console
## Synopsis
Mingit has bundled BusyBox. Just add `"$(scoop prefix mingit)\usr\bin"` to PATH and start using tools like sed, awk, and tr.
```
echo "$(scoop prefix mingit)\usr\bin"
```
The executable `dash.exe` can be used to execute shell scripts. Attention that it is not fully compatible with bash.