williamroocha / minishell

0 stars 0 forks source link

Implementation of Redirections: exec_redirectout function() - Parse/AST build #16

Closed JOAOVIEG closed 8 months ago

JOAOVIEG commented 8 months ago

The feature redirect out is to be implemented in the minishell program. A prototype is:

cmd > file

the tree is to be built as the image suggests: image