justsomeotherguy / pipex

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pipex

A 42 cursus project

Objectives

The aim of the project is to create a program that replicates the | (pipe) function in UNIX.

The program must be able to use arguments in the specified format

./pipex inputfile cmd1 cmd2 outputfile

The execution of the program should perform the same as the following UNIX command

< inputfile cmd1 | cmd2 > outputfile

Libft

Libft library is allowed in the project.

Result

Screen Shot 2022-02-18 at 1 22 49 PM

Early 2022 Version of pipex

Does not include bonuses

About


Languages

Language:C 95.7%Language:Makefile 4.3%