acmpesuecc / psh

$ psh: a fancy POSIX-like shell
GNU General Public License v3.0
0 stars 2 forks source link

feat: Implement Pipes #7

Open AlaynaMonteiro opened 3 weeks ago

AlaynaMonteiro commented 3 weeks ago

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.

bunsamosa-bot[bot] commented 3 weeks ago

Thank you for opening this issue! A Maintainer will review it soon!

anirudh-os commented 3 weeks ago

@AlaynaMonteiro Can I be assigned with this issue ?

anirudh-os commented 3 weeks ago

@AlaynaMonteiro Is the issue available ?

AlaynaMonteiro commented 3 weeks ago

!assign @anirudh-os 60

anirudh-os commented 3 weeks ago

Can u assign me again ? @AlaynaMonteiro