ayogun / minishell

Hello everybody out there using Shell - I’m doing a (free) and mini version of the shell (just a 42 project, won’t be big and professional like gnu) . :-) Linus Torvalds

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

minishell

As beautiful as a shell

Currently, I am developing this project alone. Although, Batuhan Derya will join me as project partner within few weeks if everything will go as planned.

introduction

The objective of this project is to create a simple shell and learn a lot about processes and file descriptors

The existence of shells is linked to the very existence of IT. At the time, all coders agreed that communicating with a computer using aligned 1/0 switches was seriously irritating. It was only logical that they came up with the idea to communicate with a computer using interactive lines of commands in a language somewhat close to english. With Minishell project, we’ll be able to travel through time and come back to problems people faced when Windows didn’t exist.

study_resources

unix

hashtable

tokenizer

additional

About

Hello everybody out there using Shell - I’m doing a (free) and mini version of the shell (just a 42 project, won’t be big and professional like gnu) . :-) Linus Torvalds


Languages

Language:C 94.9%Language:Makefile 5.1%