ChunixZ / rc_shell

A minimal UNIX shell.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A minimal UNIX shell.

License:GNU General Public License v3.0


Languages

Language:C 93.0%Language:C++ 3.5%Language:Makefile 3.5%