Question: How can we add output redirection to our microshell (as in Assignment 3)? Assume we have: prompt> OurProgram *> outfile.txt where we are using *>
How can we add output redirection to our microshell (as in
Assignment 3)? Assume we have:
prompt> OurProgram *> outfile.txt
where we are using "*>" as our symbol for output redirection.
What code do we need? Think in terms of fork, dup, execv, etc.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
