Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scisamir/simple_shell
0x16. C - Simple Shell
https://github.com/scisamir/simple_shell
Last synced: about 2 months ago
JSON representation
0x16. C - Simple Shell
- Host: GitHub
- URL: https://github.com/scisamir/simple_shell
- Owner: scisamir
- Created: 2023-07-26T10:44:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-29T21:43:14.000Z (over 1 year ago)
- Last Synced: 2023-08-05T15:37:49.182Z (over 1 year ago)
- Language: C
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple shell
### 0x16. C - Simple Shell
A Simple shell project to imitate the implementation of a Unix/Linux shell like Bash.
It provide a basic command-line interface for users to interact with the operating system. Users can navigate through files, execute commands and manage process.## Feautures
* **Environment Navigation:** users can view, set and navigate through the environment.
* **Command Execution:** This Simple shell allows uses to execute some built-in commamnds e.g 'exit' and executables commands
* **Signal Handling:** The shell handles common UNIX signal such as ***Ctrl+Z***
* **Handles PATH**
* Handles the env built-in that prints the current environment