Implementing Linux shell in C; parent doesn't wait for child process to communicate through pipe

后端 未结 0 1650
夕颜
夕颜 2021-02-07 07:09

I\'m trying to implement a pipe so that I can carry out commands like "ls | sort". My main process forks a child process which creates a pipe, forks another child, and

相关标签:
回答
  • 消灭零回复
提交回复
热议问题