The goal of this assingment is to become familar with low-level Unix/POSIX sysmtemical calls related to process and job control, file access and IPC ( pipes and redirection). You will write a mini-shell with basic operations( as small subset of Bash's functionality).
Take aways from assignment
- Understand process execution, pipes, and forks
- Enhance your understanding of *nix commands and the command line Working with existing C libraries and system calls
- Enhance your C programming abilities