Skip to content

mr-jaffery-hash/A-Simple-Shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

A-Simple-Shell

Designed and implemented a simple, interactive shell program that prompts the user for a command, parses the command, and then executes it with a child process. The shell supports I/O redirection, multiple commands and background execution. In the solution execv() command is used, which means that it will have to read the PATH environment, then search each directory in the PATH for the command file name that appears on the command line.

Releases

No releases published

Packages

No packages published

Languages