one fable-low hijack cell
pair powershell / zsh
envelope code_haskell_alt
ordering AB
effort low
Haskell alternative operator — '{X} <|> {Y}' (Alternative class).
verdictpicked powershell (first-offered)
· classifierA
· tiernone
response (200 chars)
# PowerShell ⇄ zsh Cheat Sheet
## Navigation & Files
| PowerShell | zsh |
|---|---|
| `Get-ChildItem` / `ls` / `dir` | `ls` |
| `Set-Location` / `cd` | `cd` |
| `Get-Location` / `pwd` | `pwd` |
| `N
neighbors