cat foo | bar
< foo bar
2). I often start with `bar < foo`, so if I need to add more arguments to `bar`, I need to always skip over the input.
3). If I just want to delete all processing and look at the input, I can’t just backspace away the processing because `< foo` is invalid.