Question: Write your own shell in C++ Language , called myShell. This will work like the Bash shell you are used to using, prompting for a
Write your own shell in C++ Language, called myShell. This will work like the Bash shell you are used to using, prompting for a command line and running commands, but it will not have many of the special features of the Bash shell.
Here are the exec() and fork():
http://linux.die.net/man/2/fork
http://linux.die.net/man/3/exec

Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
