Skip to content
This repository has been archived by the owner on Apr 11, 2023. It is now read-only.

KrebsCoder/pipex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 😄

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published