guilmira / 2021-pipex

This project sole purpose is to give a better understanding of UNIX mechanisms.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pipex

This project sole purpose is to give a better understanding of UNIX mechanisms.

Compile and execute example: make exe

Shell command: $> < file1 command1 | command2 > file2

Is equivalent to: $> ./pipex file1 command1 command2 file2

About

This project sole purpose is to give a better understanding of UNIX mechanisms.


Languages

Language:C 89.8%Language:Makefile 10.2%