Skip to content
/ pipex Public

The purpose of this project is the discovery in detail UNIX mechanism - pipe

Notifications You must be signed in to change notification settings

iflis7/pipex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📖 pipex

Discover in detail of UNIX mechanism - `pipe`

Made with C GitHub code size in bytes Number of lines of code Code language count GitHub top language GitHub last commit

The purpose of this project is the discovery in detail UNIX mechanism - pipe.
You can read the subject: pipex.subject.pdf

Discription of mandatory part

The program pipex should repeat the behaviour of the next shell command

$> < file1 cmd1 | cmd2 > file2

and looks like this:

$> ./pipex file1 cmd1 cmd2 file2

All errors like: wrong commands, permission to files and etc, need be handle.

Testers

  1. Pipex Tester

hsaadi's 42 pipex Score

About

The purpose of this project is the discovery in detail UNIX mechanism - pipe

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published