Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 976 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 976 Bytes

📖 42-Pipex

GitHub code size in bytes Code language count GitHub top language GitHub last commit

💡 About

This project is about recreating a simple command

This project will allow you to delve into a UNIX mechanism in detail that you already know by utilizing it within your program.

🚀 Running

make
./pipex input cmd cmd output

This program reproduces the following command < input cmd | cmd > output.