Skip to content

t-m-e/Pipes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Pipes

This repo serves as an example for how pipes can be used with tested working examples. I hope you get as much use of this as I did.

Tests

  • Pipe to STDIN
  • Pipe to STDOUT
  • Pipe to STDIN & STDOUT
  • Named Pipe to STDIN
  • Named Pipe to STDOUT
  • Named Pipe to STDIN & STDOUT
  • Named Pipe fork() -> exec()