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 還沒有評估資料。