one fable-low hijack cell
pair bash / powershell
envelope en_arrow
ordering AB
effort low
English with arrow '→' — '{X} → {Y}'
verdictpicked bash (first-offered)
· classifierA
· tiernone
response (200 chars)
# Bash → PowerShell Cheat Sheet
## Files & Directories
| Bash | PowerShell |
|------|-----------|
| `ls` | `Get-ChildItem` (alias: `ls`, `dir`, `gci`) |
| `ls -la` | `Get-ChildItem -Force` |
| `cd d
neighbors