摘要: 在Linux的shell命令中,可以通过管道操作符'|'来连接进程。在这里,我们通过使用pipe在程序中实现这种效果。pipe函数原型如下: #include int *pipe(int file_descriptor[2]); 函数说明: file_descrip... 阅读全文
posted @ 2014-08-30 18:55 Daying Yu 阅读(383) 评论(0) 推荐(0) 编辑