- The commands implemented in the shell program are: echo,cd,pwd,ls,pinfo,search
- Foreground and background processes have also been implemented.
- The main.cpp file consists of the shell program which includes several methods including main().
- Error handling has been done for some of the commands and operations used in implementing the commands.
By executing the following commands in the terminal (LINUX) you can run the shell program:
g++ main.cpp
./a.out