Skip to content

anuneetanand/Shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Shell

A custom shell designed in C for Unix based systems. It supports standard features of a shell involving IO redirection and piped commands. Appropiate error checks have been incorporated to report invalid commands.

Compilation

$ cd Shell
$ gcc shell.c -o shell
$ ./shell

Preview

shell

About

Implementation of a basic unix shell in C

Topics

Resources

License

Stars

Watchers

Forks

Languages