issues
search
Juan-aga
/
Minishell
The Unlicense
2
stars
1
forks
source link
Implement redirections
#11
Closed
emartinez-dev
closed
1 year ago
emartinez-dev
commented
1 year ago
[x]
<
should redirect input.
[x]
>
should redirect output.
[x]
<<
should be given a delimiter, then read the input until a line containing the delimiter (same as pipex here_doc)
[x]
>>
should redirect output in append mode.
Juan-aga
commented
1 year ago
Implemented here_doc