Skip to content

mariadaan/pipex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pipex

Alt text

The execution of the pipex program mimics the functionality as a shell command that looks like this:

 < file1 cmd1 | cmd2 > file2

To do this, the pipex program should be executed this way:

 ./pipex file1 cmd1 cmd2 file2

file1 is the input filename

file2 is the output filename

cmd1 and cmd2 are shell commands with their parameters

Pipex Tester

I also made a tester for this project, make sure to check it out and test your own pipex!

PIPEXaminator

About

Mimics the usage of UNIX mechanisms with system calls only.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published