heresyrj / CS-Simple-Shell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

1. Features specified in the handout that work
- IO Redirection
- Pipes
- Background and Zombie
- Environment
- Words and special chars
- cd
- Quotes and escape chars
- CTRL-C
- tilde expansion
- Wildcarding
- Robustness
- subshell

2.Features specified in the handout that do not work
- NONE


3. Extra features implemented
- Ctrl-A to the begining of line

About


Languages

Language:C 67.8%Language:C++ 13.4%Language:Shell 11.7%Language:Yacc 4.1%Language:Lex 2.3%Language:Makefile 0.5%