You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 30, 2024. It is now read-only.
minishell: syntax error near unexpected token `newline'
Which is fine. However, e.g. this one: cat > | cat
Is handled incorrectly, and instead just creates a file called "|", whilst the second command is ignored.
The text was updated successfully, but these errors were encountered:
Hello,
Good catch ! Thank you for taking the time to find the issue and make a pull request, but we won't be merging it. We'd like this repository to stay as it was when we submitted the code for evaluation. Feel free to keep improving your own fork of it, though !
Good luck on your 42 projects ;)
This command:
cat >
Returns:
Which is fine. However, e.g. this one:
cat > | cat
Is handled incorrectly, and instead just creates a file called "|", whilst the second command is ignored.
The text was updated successfully, but these errors were encountered: