Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/satyendrabanjare/myshell

simple unix Shell written in C
https://github.com/satyendrabanjare/myshell

c jobcontrol myshell shell unix

Last synced: 27 days ago
JSON representation

simple unix Shell written in C

Awesome Lists containing this project

README

        

# Myshell

A Simple unix Shell written in C that supports input-output redirection using '>' and '<', pipelining, job control and auto-completion and history check implemented using [linenoise](https://github.com/antirez/linenoise).

References :
1. https://www.gnu.org/software/libc/manual/html_node/Implementing-a-Shell.html#Implementing-a-Shell .
2. http://www.sarathlakshman.com/2012/09/24/implementation-overview-of-redirection-and-pipe-operators-in-shell
3. https://github.com/antirez/linenoise