feat: Implement Pipes
未关闭
Bounty: 1500
enhancement
- 主要语言
- C
- 星标
- 0
- 派生
- 5
- PR 合并指标
- 30 天内没有已合并 PR
描述
### This is how it should work like :
```
% echo "input\noutput\nhello" | grep input
input
```
when creating processes from within the shell, create a `pipe` and attach the stdout of the current process to the write end of the pipe and stdin of the new process to the read end of the pipe. Take a look at how other shells implement it for reference.
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。