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

https://github.com/younessboumlik/simple_shell

simple_shell is a custom Unix shell built in C, handling basic command execution, environment management, and I/O redirection. It demonstrates core concepts in system programming and process management.
https://github.com/younessboumlik/simple_shell

c comand-line linux linux-shell shell simpleshell

Last synced: about 1 month ago
JSON representation

simple_shell is a custom Unix shell built in C, handling basic command execution, environment management, and I/O redirection. It demonstrates core concepts in system programming and process management.

Awesome Lists containing this project

README

          

Readme file.
It’s time for the famous Simple Shell project. This is one of the most anticipated project and also one that will challenge you a lot about everything you have learn so far:

Basics of programming
Basics of C
Basics of thinking like an engineer
Group work
and Learning how to learn.