-s <shell> Shell program to test -a <args> Shell arguments -g Generate output for autograder We have also provided 16 trace files (trace {01-16}.txt)that you will use in conjunction with the shell ...
For this project, you and your partner are going to implement a Unix shell (similar to bash) in C++ that supports background/foreground job control, pipelining, and IO redirection. Your code will make ...