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

Implement dup3 #50

Open
robinyuan1002 opened this issue Nov 20, 2024 · 1 comment
Open

Implement dup3 #50

robinyuan1002 opened this issue Nov 20, 2024 · 1 comment
Labels
good first issue Good for newcomers

Comments

@robinyuan1002
Copy link
Collaborator

When I was testing uniq in coreutil, uniq tried to call dup3, but we don't have dup3. The solution I currently use is to call dup2 (uniq can run), but this gives up the functionality of the dup3 flags.

@JustinCappos
Copy link
Member

JustinCappos commented Nov 20, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants