Skip to content

benjaminxxie/Pipe-Bash-Function-Implementation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pipe Up

My program is built the mimic the shell command "|" aka "pipe"

Building

Call the command "make" to build my program.

Running

Use ./pipe arg1 arg2 arg3 which is equivalent to running arg1 | arg2 | arg3

Ex: Command : ./pipe ls cat wc Output: 6 6 51 Shell Command : ls | cat | wc Output: 6 6 51

Cleaning up

Call "make clean" to clear all the files.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors