Advanced process execution monitoring utility for linux (procmon like)
-
Updated
Mar 4, 2016 - C
Advanced process execution monitoring utility for linux (procmon like)
pipex is a 42 school project aimed to better understand shell redirection and pipes, by handling them in C.
🏆 Minishell Project is a 42 project that recreates a simplified version of Bash. It handles command execution, input/output redirection, and environment variables, offering a deeper understanding of shell internals and process management.
It is an imitation of the Unix shell built in the C language
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.
Alx team project
pipex is a 42 school project aimed to better understand shell redirection and pipes, by handling them in C.
a 42 school project to rebuild shell redirections by handling pipes in C
Pipex is a 42 project that replicates Unix-like shell piping behavior. It takes an input file, runs a sequence of commands connected via pipes, and redirects the final output to an output file.
Custom Linux Shell
Add a description, image, and links to the execve topic page so that developers can more easily learn about it.
To associate your repository with the execve topic, visit your repo's landing page and select "manage topics."