项目作者: indradhanush
项目描述 :
A UNIX shell
高级语言: C
项目地址: git://github.com/indradhanush/rc-shell.git
RC Shell
A minimal UNIX shell.
Note: This is a work in progress
I am explaining this project as I progress on my blog:
- Part I
deals with understanding fork
. - Part II
explains how to execute commands like ls
and pwd
. - Part III
explains the concepts of signal handling.