/C-shell

Implementation of basic features of shell.

Primary LanguageC

Project Title

Implementation of Linux Shell Using C language .

Getting Started

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.

Prerequisites

  • Install grip to view README in offline mode.
sudo pip install grip
  • Install gcc to compile the given C codes.
sudo apt-install gcc

Features

  • Basic features like echo, pwd, ls [la, al, -a, -l], cd, exit.
  • Modularization.
  • SemiColon separated commands accepted

Authors

  • Kushagra Nagori(20161032)

  • Anurag Mehta(20161016)