Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Implement Pipes #7

Open
AlaynaMonteiro opened this issue Oct 18, 2024 · 5 comments
Open

feat: Implement Pipes #7

AlaynaMonteiro opened this issue Oct 18, 2024 · 5 comments
Labels
Bounty: 1500 enhancement New feature or request

Comments

@AlaynaMonteiro
Copy link
Collaborator

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
Copy link

bunsamosa-bot bot commented Oct 18, 2024

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

@AlaynaMonteiro AlaynaMonteiro added the enhancement New feature or request label Oct 18, 2024
@anirudh-os
Copy link

@AlaynaMonteiro Can I be assigned with this issue ?

@anirudh-os
Copy link

@AlaynaMonteiro Is the issue available ?

@AlaynaMonteiro
Copy link
Collaborator Author

!assign @anirudh-os 60

@anirudh-os
Copy link

Can u assign me again ? @AlaynaMonteiro

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bounty: 1500 enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants