Implementation of Linux Shell Using C language .
After unzipping the file you will see many c files and a makefile , Just run make in the folder and run [./main] to start the C shell.
- Install grip to view README in offline mode.
sudo pip install grip
- Install gcc to compile the given C codes.
sudo apt-install gcc
- Basic features like echo, pwd, ls [la, al, -a, -l], cd, exit.
- Modularization.
- SemiColon separated commands accepted
-
Kushagra Nagori(20161032)
-
Anurag Mehta(20161016)