Closed Alicia-bites closed 2 years ago
$: echo hey > srcs/hello $: >srcs/bonjour >srcs/hello <prout``` #EXPECTED after all this commands, should say `prout:no such file or directory` # TOKENIZATION
STATUS: Message and behavior ok but exit status wrong
MINISHELL
index = 0 token = > toktype = 11
index = 1 token = srcs/bonjour toktype = 15
index = 2 token = > toktype = 11
index = 3 token = srcs/hello toktype = 15
index = 4 token = < toktype = 10
index = 5 token = prout toktype = 15