Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/satyendrabanjare/myshell
- Owner: SatyendraBanjare
- License: mit
- Created: 2018-12-13T17:55:07.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-19T17:34:11.000Z (about 6 years ago)
- Last Synced: 2024-11-08T04:19:53.108Z (3 months ago)
- Topics: c, jobcontrol, myshell, shell, unix
- Language: C
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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