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 摘要。