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)"
-
Notifications
You must be signed in to change notification settings - Fork 0
mathewpan2/Simple-Unix-Shell
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published