Skip to content

The aim of this project is to understand how pipes and redirections works. To do that, the program must receive file names and commands as arguments and execute it in a certain order.

Notifications You must be signed in to change notification settings

deborabastos/42_pipex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

42_pipex

The aim of this project is to understand how pipes and redirections works. To do that, the program must receive file names and commands as arguments and execute it in a certain order.

To call the program, you should type:

./pipex <infile> <cmd1> <cmd2> <outfile>

The program should work the same way as the following shell command:

< infile cmd1 | cmd2 > outfile

About

The aim of this project is to understand how pipes and redirections works. To do that, the program must receive file names and commands as arguments and execute it in a certain order.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published