Are unix pipe (|) that pipelines the output of a process to another and pipe we create using "pipe(int pipefd[2])" in c used for inter process communication the same?
Shell pipe | is implemented using pipe(2) and dup2(2) system calls.
See Unix Pipes.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With