Write a shell a C program that starts up other programs The
Write a shell; a C++ program that starts up other programs. The shell will read input lines from standard input, parse them into a command name and arguments, and then start a new process running the commands.
Solution
I hope this is what you want ================ #include