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.
- Host: GitHub
- URL: https://github.com/younessboumlik/simple_shell
- Owner: Younessboumlik
- Created: 2023-09-17T20:40:27.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-23T01:37:33.000Z (over 2 years ago)
- Last Synced: 2025-05-19T15:15:21.348Z (about 1 year ago)
- Topics: c, comand-line, linux, linux-shell, shell, simpleshell
- Language: C
- Homepage:
- Size: 39.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.