jdagz28 / Minishell

0 stars 0 forks source link

does not allow here_doc; weirdly >> functions as heredoc #41

Closed jdagz28 closed 11 months ago

jdagz28 commented 12 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
jdagz28 commented 11 months ago

heredoc needs fine tuning. prints the user input

jdagoy@GS63VR-7RF:~/Documents/19/Minishell$ cat << EOF
test
test
hello
hello
world
world
jdagz28 commented 11 months ago

append >> does not write to outfile