In this assignment, you will implement the shell “engine” as the “group” component, whereall members are responsible for the following functionality:• A Command-Line Interpreter, or ShellYour shell should read the line from standard input (i.e., interactive mode) or a file(i.e., batch mode), parse the line with command and arguments, execute thecommand with arguments, and then prompt for more input (i.e., the shell prompt)when it has finished.1. Interactive ModeIn interactive mode, you will display a prompt (any string of your choosing) andthe user of the shell will type in a command at the prompt.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here