Given a command like this:
command <inputfile> <outputfile>
And then called like this:
command FileA > FileC FileB
It takes A
and B
as input and outputs to C
, but how can it parse the third argument, since the output redirection is between the arguments?