fucalerro / 42-minishell

1 stars 0 forks source link

[cmd] [redirection file] [cmd args] should work #36

Closed Lu-ni closed 7 months ago

Lu-ni commented 7 months ago

ls > outfile -la should work as ls -la > outfile We can fix in by checking the linked list for double cmd between pipe and/or start/end. And push the second cmd as args of the first.