An open API service indexing awesome lists of open source software.

https://github.com/riz1-ali/Shell

Completely Operational Linux Terminal Shell in C based on POSIX Architecture
https://github.com/riz1-ali/Shell

c linux-shell shell unix

Last synced: over 1 year ago
JSON representation

Completely Operational Linux Terminal Shell in C based on POSIX Architecture

Awesome Lists containing this project

README

          

# Implementing a Shell in C
## Author:
Rizwan Ali
# Building and Running

-First execute the command *make* in the project directory.
-Then execute *./shell* to run the shell.

# Features
- All basic features
- Remindme and clock implemented
- Semicolon separated commands accepted
- Redirection and Piping supported
- Modularization: Almost every command is defined in different file
- exit and quit commands for quitting the shell

# Tested on
- gcc v5.4.0
- Ubuntu 16.04