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

Multiple redirections of the same type #92

Closed
gbudau opened this issue Jan 21, 2021 · 0 comments · Fixed by #101
Closed

Multiple redirections of the same type #92

gbudau opened this issue Jan 21, 2021 · 0 comments · Fixed by #101
Assignees

Comments

@gbudau
Copy link
Owner

gbudau commented Jan 21, 2021

Example:

cat some_file > first_file > second_file > third_file

bash will create first_file and second_file and will save the output of cat in the third_file

Currently, our minishell prints an error and set last command exit status to 2

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

Successfully merging a pull request may close this issue.

1 participant