https://github.com/okkindel/c-shell
My implementation of shell in C made on Systems Architecture practical. Feel free to use it. I'll probably never end it.
https://github.com/okkindel/c-shell
c shell
Last synced: about 1 year ago
JSON representation
My implementation of shell in C made on Systems Architecture practical. Feel free to use it. I'll probably never end it.
- Host: GitHub
- URL: https://github.com/okkindel/c-shell
- Owner: okkindel
- Archived: true
- Created: 2017-12-13T18:44:13.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-11T09:54:17.000Z (almost 8 years ago)
- Last Synced: 2025-02-27T23:38:13.496Z (over 1 year ago)
- Topics: c, shell
- Language: C
- Homepage:
- Size: 40 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# C-Shell [](https://www.codefactor.io/repository/github/okkindel/c-shell)
My implementation of shell in C made on Systems Architecture practical. Feel free to use it. I'll probably never end it.

Builted Commands:
- help
- move (cd)
- wheremi (prints actual dir)
- close
Includes:
- pipes
- redirects
- errors redirects
- job controll