Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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