gysiang / minishell

0 stars 1 forks source link

Should not have executed ls and produce error instead. #271

Closed axellee1994 closed 2 months ago

axellee1994 commented 3 months ago

minishell$ " ls " a.out libft minishell_cmd no_permission.txt output.txt README.md includes Makefile minishell.pdf obj path src input.txt minishell no_permissioni.txt outfile.txt readline.supp tmp minishell$ ' ls ' a.out libft minishell_cmd no_permission.txt output.txt README.md includes Makefile minishell.pdf obj path src input.txt minishell no_permissioni.txt outfile.txt readline.supp tmp minishell$ 'ls' a.out libft minishell_cmd no_permission.txt output.txt README.md includes Makefile minishell.pdf obj path src input.txt minishell no_permissioni.txt outfile.txt readline.supp tmp

gysiang commented 2 months ago

@axellee1994 I'll take the redirects and you take the parser issues.

axellee1994 commented 2 months ago

@gysiang can do. I'll be reaching home in 20 mins then I'll send the PR over.

axellee1994 commented 2 months ago

@gysiang

image

I just finished resolving this but will need to clean up and norminette the file.