Closed jdagz28 closed 11 months ago
jdagoy@GS63VR-7RF:~/Documents/19/Minishell$ cat << "EOF" /usr/bin/cat: '<<': No such file or directory /usr/bin/cat: EOF: No such file or directory
jdagoy@GS63VR-7RF:~/Documents/19/Minishell$ echo hello >> out minishell: asdsadsa: command not found minishell: sad: command not found
heredoc needs fine tuning. prints the user input
jdagoy@GS63VR-7RF:~/Documents/19/Minishell$ cat << EOF test test hello hello world world
append >> does not write to outfile
>>