williamroocha / minishell

0 stars 0 forks source link

Implementation of Redirections: exec_redirectout function() - Execution #17

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 function is to be built as the image suggests: image