Skip to content

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

Notifications You must be signed in to change notification settings

MatPizzolo/Pipex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pipex

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

Subject

Discription of mandatory part

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

$> < file1 cmd1 | cmd2 > file2

Running like this:

$> ./pipex file1 cmd1 cmd2 file2

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

Installation & Usage

Clone this repository to your computer:

git clone https://github.com/MatPizzolo/Pipex.git

First compile and install library

make

Run

$> ./pipex file1 cmd1 cmd2 file2

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published