one fable-low hijack cell
pair cat / progress
envelope en_bare_or_q
ordering AB
effort low
Bare English 'or' with question mark — '{X} or {Y}?'
verdictpicked cat (first-offered)
· classifierA
· tiernone
response (200 chars)
If you're choosing between `cat` and something that shows progress, you probably want **`pv`** (pipe viewer):
```bash
# Instead of:
cat bigfile > /dev/sdb
# Use:
pv bigfile > /dev/sdb
```
`pv` work
neighbors