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 1 month ago

AlaynaMonteiro commented 1 month 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 1 month ago

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

anirudh-os commented 1 month ago

@AlaynaMonteiro Can I be assigned with this issue ?

anirudh-os commented 1 month ago

@AlaynaMonteiro Is the issue available ?

AlaynaMonteiro commented 1 month ago

!assign @anirudh-os 60

anirudh-os commented 1 month ago

Can u assign me again ? @AlaynaMonteiro