Skip to content
/ Shell Public

Completely Operational Linux Terminal Shell in C based on POSIX Architecture

Notifications You must be signed in to change notification settings

riz1-ali/Shell

Repository files navigation

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

About

Completely Operational Linux Terminal Shell in C based on POSIX Architecture

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published