This is a simplified Unix command interpreter in C, similar to bash or csh in purpose, but trimmed down to the bare minimum. Upon start-up, the shell should get the current working directory, read the ...
The goal of this project is to implement a simplified supervisor daemon in the language of your choice that will perform job control. The program then can be extended to provide advanced ...