cat a is now working correctly but grep ");"$ breaks, there is a space after processing the "grep ");"$ " after the token_processor. removing the space in the tokenizer and token_processor will resolve this issue.
Test 55: ❌ cat minishell.h | grep ");"$
mini exit code = 2
bash exit code = 1
mini error = ( No such file or directory No such file or directory)
bash error = ( No such file or directory)
cat a is now working correctly but grep ");"$ breaks, there is a space after processing the "grep ");"$ " after the token_processor. removing the space in the tokenizer and token_processor will resolve this issue.
Test 55: ❌ cat minishell.h | grep ");"$ mini exit code = 2 bash exit code = 1 mini error = ( No such file or directory No such file or directory) bash error = ( No such file or directory)