one fable-low hijack cell
pair fish / zsh
envelope en_pipe
ordering BA
effort low
English with pipe '|' — '{X} | {Y}'
verdictpicked zsh (second-offered)
· classifierB
· tiernone
response (200 chars)
A delightful piece of shell humor! Let's unpack what `fish | zsh` would actually do:
## Literal interpretation
```bash
fish | zsh
```
This launches the **fish shell** with its stdout piped into **z
neighbors