Skip to content

A program that simulates the functionality of Unix shell commands to create, manipulate, and manage data pipelines.

Notifications You must be signed in to change notification settings

yrigny/42-pipex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

42 project #7 ✅ 115/125

Key Takeaways

  1. Manipulate file descriptors: open, close, duplicate, redirect, etc.
  2. Learn to use execve() to call an executable from a process and other functions related to process forking.
  3. Understand the logic of bash shell when handling multipipe commands (with different pipefail options).

About

A program that simulates the functionality of Unix shell commands to create, manipulate, and manage data pipelines.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published