I still `cat foo | grep bar` instead of `grep foo bar`
I believe "useless use of cat" is FAR MORE useful than what the ultra-nerds say; I could care less about "saving a few characters."
The mental model of the pipeline --in one end and out the other -- is entirely too usefully intuitive and way better than some imaginary geek-cred.
(I was more thinking about the new rust tools, e.g. rg instead of grep)
cat foo | $command
<foo $command
Pretty usefull when debugging something interactively.
I still `cat foo | grep bar` instead of `grep foo bar`