An open API service indexing awesome lists of open source software.

https://github.com/t-m-e/pipes

A study on pipes. How to pipe between processes.
https://github.com/t-m-e/pipes

c named-pipe named-pipes pipes redirection redirections stdin stdin-redirection stdout stdout-redirection unnamed-pipe

Last synced: 3 months ago
JSON representation

A study on pipes. How to pipe between processes.

Awesome Lists containing this project

README

        

# 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

- [x] Pipe to STDIN
- [x] Pipe to STDOUT
- [x] Pipe to STDIN & STDOUT
- [x] Named Pipe to STDIN
- [x] Named Pipe to STDOUT
- [x] Named Pipe to STDIN & STDOUT
- [ ] Named Pipe fork() -> exec()