I've explained all the programs in detail in my youtube videos! I've also added the imp.txt file that I updated through the course of the video ...
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 ...