/pipex

Primary LanguageC

pipex logo
Lucas Krebs

Pipex

This project is built to simulate the | (pipe) on the bash CLI.

Dependencies

Make
GCC
Git

How to run pipex

First thing you need need to do is compile using the following command:

make

After the compilation, you should have the binary pipex, now you can run bash commands, for example:

./pipex infile "ls" "wc -l" outfile

now you can see the outfile from the commands on the outfile:

cat outfile

pipex gif


feel free to use whatever command you want 😄