Skip to content

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

Notifications You must be signed in to change notification settings

guilmira/2021-pipex

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published