redirections
Here are 36 public repositories matching this topic...
Minishell is a simple shell created as part of my 1337 (42 Network) studies. It supports basic command execution, pipes, redirections, environment variables, and built-in commands like cd, pwd, echo, and more. It also handles signals (Ctrl-C, Ctrl-D) and offers a history feature.
-
Updated
Dec 14, 2025 - C
A bash-inspired shell interpreter with pipes, redirections, built-ins, logical operators, and signal handling. Built in C for 42 school.
-
Updated
Dec 13, 2025 - C
Collection of 42 Firenze projects — minishell (minimal UNIX shell: parsing, pipes, redirections, signals) and philosophers (concurrency with threads & mutexes, deadlock avoidance).
-
Updated
Oct 11, 2025 - C
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
This project aims to deepen your understanding of the two concepts that you already know: Redirections and Pipes. It is an introductory project for the bigger UNIX projects that will appear later on in the cursus.
-
Updated
May 23, 2025 - C
Linux bash shell developed *entirely in C*.
-
Updated
Mar 24, 2025 - C
A minimal Bash-like shell written in C
-
Updated
Jan 28, 2025 - C
Este proyecto busca profundizar un poco en dos conceptos: las redirecciones y los pipes. Es un proyecto de introducción para proyectos de UNIX más grandes que habrá más tarde en el cursus.
-
Updated
Dec 4, 2024 - C
minishell is a custom shell implementation that replicates core bash features, including command history, path resolution, redirections, pipes, environment variables, signal handling, and built-in commands like echo, cd, and env. It offers a comprehensive shell experience for understanding Unix-like shell internals.
-
Updated
Jun 24, 2024 - C
Bash-like shell implementation in C. Features pipes, redirections, built-in commands, signal handling, and environment variables management.
-
Updated
Apr 22, 2024 - C
Simplified shell implementation
-
Updated
Feb 24, 2024 - C
The Pipex project is a detailed exploration and programming of a UNIX pipe.
-
Updated
Feb 21, 2024 - C
Reverse engineering of bash
-
Updated
Feb 8, 2024 - C
This project involves creating a simple shell with Bash as a reference
-
Updated
Nov 29, 2023 - C
A bash like shell or command interpreter written in C.
-
Updated
Nov 15, 2023 - C
Improve this page
Add a description, image, and links to the redirections topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the redirections topic, visit your repo's landing page and select "manage topics."