An open API service indexing awesome lists of open source software.

https://github.com/indradhanush/rc-shell

A UNIX shell
https://github.com/indradhanush/rc-shell

operating-systems recurse-center shell unix

Last synced: 11 months ago
JSON representation

A UNIX shell

Awesome Lists containing this project

README

          

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](https://indradhanush.github.io/blog/writing-a-unix-shell-part-1/)
deals with understanding `fork`.
* [Part II](https://indradhanush.github.io/blog/writing-a-unix-shell-part-2/)
explains how to execute commands like `ls` and `pwd`.
* [Part III](https://indradhanush.github.io/blog/writing-a-unix-shell-part-3/)
explains the concepts of signal handling.