The lost meme in question was like this: A post on r/notinteresting saying “I don’t know anything about programming, ask me anything.” A comment asked “How to kill the child process?” Then replied to himself: Who reported me 💀
The lost meme in question was like this: A post on r/notinteresting saying “I don’t know anything about programming, ask me anything.” A comment asked “How to kill the child process?” Then replied to himself: Who reported me 💀
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.