HarshJain27 / IPC-using-Pipes

Interprocess communication among processes using pipes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IPC-using-Pipes

Interprocess communication among processes using pipes

Simulation of single level PIPE (“ | ” ) used for two way communication. The output of one command will be treated as the input for the other. The expected output should be the exactly as the output on the linux terminal.

About

Interprocess communication among processes using pipes


Languages

Language:C 100.0%