Skip to content
#

redirections

Here are 36 public repositories matching this topic...

Minishell is a 42 project aimed at deepening the understanding of process management, command parsing, and core concepts of Unix-like operating systems in C. The objective is to develop a minimal shell that interprets and executes user commands, closely emulating the behavior of common shells like Bash.

  • Updated Oct 2, 2025
  • C

A minimal Unix shell implementation in C, designed to replicate the behavior of bash with essential features including command execution, pipes, redirections, environment variable management, and built-in commands.

  • Updated Aug 21, 2025
  • C

🐚 A fully functional mini shell written in C as part of the 42 school curriculum. Implements key shell features like built-in commands, pipelines, redirections (<, >, >>, <<), and environment variable expansion. Designed to mimic basic Bash behavior while exploring process creation, parsing, file descriptors, and terminal signal handling.

  • Updated Jul 3, 2025
  • C

Improve this page

Add a description, image, and links to the redirections 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 redirections topic, visit your repo's landing page and select "manage topics."

Learn more