Browse by shell
Pick a shell to see every seeded command rendered in its native syntax — Unix shells on the left, Windows shells on the right.
- BashUnix
The default Linux shell. Default on macOS through 10.14, still ubiquitous in scripts.
- ZshUnix
Default macOS shell since Catalina. Mostly bash-compatible with nicer globbing and prompts.
- FishUnix
User-friendly Unix shell. Distinct syntax: no $((..)), no [[..]], pipes are the same.
- PowerShellWindows
Object-oriented shell on Windows; cross-platform via pwsh. Uses verb-noun cmdlets.
- cmd.exeWindows
The legacy Windows command prompt. Limited but present on every Windows install.