sark245 / Mini-Shell

An interactive Shell program.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mini-Shell

An interactive Shell program.

Design and implement a simple, interactive shell program that prompts the user for a command, parses the command, and then executes it with a child process by looking at PATH environment variable. Implemented running of command in background also. Properly handling Ctrl-c, Ctrl-d signals.

About

An interactive Shell program.


Languages

Language:C++ 81.6%Language:C 18.4%