Skip to content
#

minishell

Here are 282 public repositories matching this topic...

First step of the realization of a shell. In this project, you need to make a mini-shell that reads and evaluates simple commands from the user. The reading will involve a trivial lexical and syntactical analysis of the command, and the evaluation will involve finding the corresponding binary on the machine and executing it, or to execute the co…

  • Updated Dec 18, 2018
  • C

Improve this page

Add a description, image, and links to the minishell topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the minishell topic, visit your repo's landing page and select "manage topics."

Learn more