one fable-low hijack cell
pair cat / slow
envelope en_pipe
ordering BA
effort low
English with pipe '|' — '{X} | {Y}'
verdictpicked slow (second-offered)
· classifierB
· tiernone
response (200 chars)
In a Unix shell, `cat` with no file arguments simply reads from stdin and writes it back to stdout. So piping anything into `cat` just passes it through unchanged:
```
$ slow | cat
```
- If `slow` i
neighbors