acmpesuecc / acmpesuecc/psh

feat: Implement Pipes

未關閉
#1 10 則留言 0 個 reaction 已指派 1 人 已被 @Pranav-766 認領 在 GitHub 檢視
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 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。