Evaluator - 3lsy/minishell GitHub Wiki

Execution priorities

When executing a command, you have to:

  1. Execute the input redirections: <, <<
  2. Execute the command
  3. Execute the output redirections: >, >>
  4. Execute the pipe (read or write)