one fable-low hijack cell
pair cat / desire
envelope en_pipe
ordering BA
effort low
English with pipe '|' — '{X} | {Y}'
verdictpicked cat (first-offered)
· classifierA
· tiernone
response (200 chars)
It looks like a Unix pipe! 🐧
```bash
desire | cat
```
Here, the output of the `desire` command gets piped into `cat`, which... just prints it unchanged. So this command outputs your desire, exactly
neighbors