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
- Host: GitHub
- URL: https://github.com/devbruce/my_shell
- Owner: devbruce
- License: mit
- Created: 2019-10-03T10:04:37.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-03T10:10:05.000Z (over 6 years ago)
- Last Synced: 2025-03-06T05:37:48.922Z (11 months ago)
- Topics: c, shell, system-programming
- Language: C
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`