Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Pipex — A simple Unix pipe replicator that executes two commands connected by a pipe, redirecting input and output just like the shell.

License

Notifications You must be signed in to change notification settings

GinaldoFT/pipex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pipex cover

🔧 pipex

pipex is a simplified recreation of shell piping behavior (|) using system calls like pipe, fork, dup2, and execve.
It is part of the 42 school curriculum and serves as an introduction to inter-process communication in Unix.

pipex badge


🧠 Project Objective

The objective of pipex is to:

  • Reproduce the shell command:
    < infile cmd1 | cmd2 > outfile

About

Pipex — A simple Unix pipe replicator that executes two commands connected by a pipe, redirecting input and output just like the shell.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published