Closed Lu-ni closed 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.
ls > outfile -la
ls -la > outfile
ls > outfile -la
should work asls -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.