linux编程——管道操作
#include <iostream>#include<sys/types.h>#include<sys/stat.h>#include<sys/fcntl.h>#include<unistd.h>#include<cstring>#i