https://github.com/satyendrabanjare/myshell
simple unix Shell written in C
https://github.com/satyendrabanjare/myshell
c jobcontrol myshell shell unix
Last synced: about 2 months 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-19T17:34:11.000Z (over 7 years ago)
- Last Synced: 2025-05-30T08:46:38.813Z (about 1 year ago)
- Topics: c, jobcontrol, myshell, shell, unix
- Language: C
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- 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