969
Found this when looking for a meme I lost
(lemy.lol)
Post funny things about programming here! (Or just rant about your favourite programming language.)
How to bash cat with pipe? It doesn't make sense
When you Google a technical thing you could use the whole sentence like "in a bash session how would you pipe the output from cat to something else?" But that is long winded and can be constraining for the search engine so you boil it down to just the essential words". Start with "how to" then add "bash Cat pipe", and insert "with" because that is the desired adjective.
I've just woken up and I'm wondering if I missed an implied /s. Anyway.
OK but if you already know to use a pipe why would you search that?
maybe because I don't know how some command receives piped output?
Also some commands don't work with pipe, so kowing how pipe itsef is implemented is just a fraction of information.