Evaluator - 3lsy/minishell GitHub Wiki
Execution priorities
When executing a command, you have to:
- Execute the input redirections:
<,<< - Execute the command
- Execute the output redirections:
>,>> - Execute the pipe (read or write)
When executing a command, you have to:
<, <<>, >>