Skip to content

mathewpan2/Simple-Unix-Shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Simple-Unix-Shell

A basic Unix shell written in c able to excute most commands by calling execv, but pipes, input redirection, process management, and error checking are implemented manually using system calls. To see process management in action, jobs can be suspended by pressing ctrl + z. Susepnded jobs can be seen with the command "jobs", and suspended jobs can be resumed with "fg (id)"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published