Naji-k / minishell

1 stars 0 forks source link

parse inputs "ls -la", should not execute #62

Closed Naji-k closed 1 year ago

Naji-k commented 1 year ago

ls -la != "ls -la" I think if there is "" you should handle as ONE_cmd, not multi, then it will try to execute "ls -la" so not executable