anuneetanand / Shell

Implementation of a basic unix shell in C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:C 100.0%