Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 610 Bytes

README.md

File metadata and controls

34 lines (20 loc) · 610 Bytes

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)