First project for the subject Operating Systems, which consisted in developing a basic shell.
$ gcc my_prompt.c -lreadline -o my_promptThe following commands where implemented:
- cd
- exit
- input/output redirection - |, <, >
- background execution - &
$ ./my_prompt
my_prompt$ cat < my_prompt.c | grep fork > test.txt- my_prompt.c - Program made by me.
- parser.h - Parser given by the teacher.
- Frederico Emanuel Almeida Lopes - up201604674 - FredyR4zox