Skip to content
#

execve

Here are 59 public repositories matching this topic...

42cursus-Pipex: C program that recreates the functionality of shell pipes (|) and HereDoc (<< Del). This project focuses on inter-process communication by using fork(), pipe(), dup2(), and execve() to redirect the output of one command to the input of another, mimicking the shell command < infile cmd1 | cmd2 > outfile.

  • Updated Jul 1, 2025
  • C

A recreation of Bash's core behavior from scratch — parsing, pipes, redirections, heredocs, environment variables, and built-in commands (cd, echo, export, unset, pwd, env, exit) — using the Readline library for input and matching Bash's real exit-code behavior. Team project.

  • Updated Sep 20, 2026
  • C

Add this topic to your repo

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

Learn more