Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 347 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 347 Bytes

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()