Mladen Drmacsenselessevents.hashnode.devยทJul 22, 2023Pipes and file descriptorsPipes are a simple way to connect the output of one process to the input of the other one. You have probably used pipes at some point, for example when executing commands such as ls | grep foo. Here, the output of ls command is fed into grep command ...176 readsInter-process communication in UnixunixAdd a thoughtful commentNo comments yetBe the first to start the conversation.