-
Mastering UNIX pipes, Part 1
Mastering UNIX pipes, Part 1
A pipe is a first-in-first-out interprocess communication channel. This is frequently observed in UNIX shell constructs that utilize the | operator. In this artcile, we look at the pipes from C API perspective.
Appears in lists (1)
More like this (3)
-
EOF is not a character
EOF Is Not a Character Do you know how an application knows when a read operation...