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

https://github.com/devbruce/my_shell

For studying System Programming & C
https://github.com/devbruce/my_shell

c shell system-programming

Last synced: about 1 month ago
JSON representation

For studying System Programming & C

Awesome Lists containing this project

README

          

# My Shell

I made it for studying System Programming & C


## Implementated Features
- `cd`
- `history`
- Multiple Commands (`;`)
- Background execution (`&`)
- Redirection `>`, `>>`, `<`
- Redirection `>|` (Ignore `set -o noclobber`)
- Pipe `|`
- Multiple Pipe

> \+ `set -o noclobber`, `set +o noclobber`