Skip to content

A 42 school project with the aim of recreating the functionality of piping in the bash shell.

Notifications You must be signed in to change notification settings

ameschmeems/pipex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pipex

A 42 school project with the aim of recreating the functionality of piping in the bash shell.

Details

pipex is made for unix systems. Compile with make and run with "./pipex input_file_name any number of bash commands output_file_name". The behavior duplicates "< input_file_name command 1 | command 2 | ... | command n > output_file_name" in bash.

Main concepts learned:

  • Processes in unix
  • Forks
  • Pipes

About

A 42 school project with the aim of recreating the functionality of piping in the bash shell.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published