Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 443 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 443 Bytes

Pipex

⚠️ PIPEX README IS STILL UNDER CONSTRUCTION ⚠️

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

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.