Skip to content

A mini shell written in C that supports basic terminal commands like ls, echo, cd through fork and exec. Also supports background processes and single handling.

Notifications You must be signed in to change notification settings

Anirudh5/mini-shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mini-shell

A mini shell written in C that supports basic terminal commands like ls, echo, cd through fork and exec. Also supports background processes and single handling.

implemented: redirection, pipe, ctrl+d, ctrl+c, jobs, quit, kjob, killallbg

About

A mini shell written in C that supports basic terminal commands like ls, echo, cd through fork and exec. Also supports background processes and single handling.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published