Simple Linux Shell Program This Shell program reads Linux command from the terminal, parses the command, and executes the command in child process. To compile the program: g++ SimpleShell.cpp -o Shell.out To execute the program: ./Shell.out