Skip to content

vibhu18116/C_Shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C_Shell

Shell is a basic program run by the OS to help user perform many functions like reading a file, creating a file, listing all files in directory, changing directory, install packages, update them, and much more.

This code implements a Shell from scratch, which executes the external commands and also handles nested pipes and IO redirection.

To execute the code:

  1. Clone the repository.
  2. Navigate to the directory and open a terminal.
  3. Run make
  4. Run ./shell
  5. Enjoy exploring the shell.

About

A shell in C to handle external commands

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published