Skip to content

vvaucoul/Pipex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PIPEX

Project

The goal of the Pipex project is to recreate the pipe system present in the bash.

  • Exemple : ls | grep foo

Bonuses offer the possibility to recreate an infinity of pipes as well as the here_document function.

Usage

  • Clone Repository
git clone https://github.com/vvaucoul/Pipex && cd Pipex
  • Compilation
make
  • Start
./pipex infile cmd1 cmd2 outfile

Example

touch foo && ./pipex foo "echo bar" cat foo && cat foo

Result: "bar"

Ressources

About

42 Poject - Pipex

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published