SpaMillie / minishell

0 stars 0 forks source link

multiple redirections #2

Open SpaMillie opened 4 days ago

SpaMillie commented 4 days ago

milica@hive:/home/milica/Desktop/programming/vogmini$ cat << ho << hey heredoc> ejdjj heredoc> ho heredoc> hey cat << .here_1 << .here_2 token is << entered redirect_input exited redirect_input token is << entered redirect_input exited redirect_input malloced paths

heredoc> milica@hive:/home/milica/Desktop/programming/vogmini$ hey hey malloced paths minishell: hey: command not found milica@hive:/home/milica/Desktop/programming/vogmini$ milica@milica-Lenovo-IdeaPad-S145-15IKB:~/Desktop/programming/vogmini$ ./minishell milica@hive:/home/milica/Desktop/programming/vogmini$ hey << ho heredoc> jehhe heredoc> ho hey << .here_1 token is << entered redirect_input exited redirect_input malloced paths minishell: hey: command not found milica@hive:/home/milica/Desktop/programming/vogmini$ jehhe jehhe malloced paths minishell: jehhe: command not found milica@hive:/home/milica/Desktop/programming/vogmini$