A Unix pipe connects file descriptors of two processes. A pipe is created with the POSIX pipe() function declared in <unistd.h>. Shells provide pipe creation between processes using "|".
Stats
created |
2 years ago |
viewed |
19 times |
editors |
0 |
Recent Hot Answers
Dead lock linux pipeCan't print strings using a pipe
How can I control which results to pass through a UNIX pipe?
How to get piped input to ruby -e on command line?
Redirecting from command line to a D program
more »
Related Tags
c × 408linux × 218
bash × 193
python × 183
unix × 161
fork × 150
shell × 125
c++ × 113
subprocess × 67
stdin × 66
ipc × 62
perl × 58
windows × 51
stdout × 49
php × 49
exec × 49
java × 48
process × 43
popen × 35
pipes × 32
grep × 30
sockets × 29
command-line × 29
redirect × 28
named-pipes × 27