6 comments

[ 4.6 ms ] story [ 60.5 ms ] thread
The author keeps writing "system call" when he means shell directive for assigning stdout/stdin.
It is a system call and not a shell directive: https://en.wikipedia.org/wiki/Anonymous_pipe#Unix

Also, man pipe.

The use case in the article is piping stdout from one program to stdin of another in the shell, not using pipe(2).

To wit: '... the symbol for pipes should instead be “|.” '